kripken / intensityengine

[Not active!] An open source platform for 3D games and virtual worlds
https://web.archive.org/web/20100222011320/http://www.syntensity.com/
Other
58 stars 15 forks source link

[Master Server] Login fails silently on Vista #14

Closed RaXaR closed 14 years ago

RaXaR commented 14 years ago

Hi, I'm running Master Server, Server and Client on localhost in Vista 32.

I try to login in on localhost:8080 with test/secret but it appears to not work. There are no error messages. It looks like the session isn't being set properly. In master_server/settings.cfg settings = settings

kripken commented 14 years ago

No idea what could cause this. Some questions:

  1. What browser?
  2. Are cookies enabled?
  3. Can you log in properly to the syntensity master, on the website?
RaXaR commented 14 years ago
  1. FireFox 3.5.8
  2. Yes
  3. Yes
RaXaR commented 14 years ago

I also tried Chrome and IE7, didn't work either.

kripken commented 14 years ago

Turns out the issue was Django saving sessions to file - a workaround is to save them in the db. Adding a note to the docs.