moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
916 stars 291 forks source link

session invalidation problem #494

Closed Yang1k closed 1 year ago

Yang1k commented 2 years ago
image

Entering the password has successfully logged in, but it will not jump to the correct page. In the code, the value of self.session is none, but the session exists when logging in.Don't know where is the problem

eljeffeg commented 2 years ago

I'd check your origin in configuration, particularly if you're running a reverse proxy like nginx. See this guide on deploying RootTheBox with nginx. Also, make sure memcached is running.

EtheriousNight commented 2 years ago

Could be the same as #499. Time difference between host and client if using a VM.

PunitTailor55 commented 2 years ago

Use and install memcached.

eljeffeg commented 1 year ago

I'm going to close this issue since there has been no further comment - if the problem persists, feel free to reopen and discuss.