-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session cookies not working in specific use cases #185
Comments
@marcosmenendez I've tried logging with both my username and the admin user and I can see it works fine for me. Can you provide more details on this? |
You are right. Now it is working. Don't know why. |
I have reproduced the error. It happens when you logout in the website. Logging out in the extension works. |
@marcosmenendez can't reproduce this error. I logged in with the admin user, then my username and it seems fine. Tried this twice and works for me. Can you be more specific? |
Maybe related to server side cache? I think when the sys admin did some tweaking on Nginx sometimes pages were cached, so maybe we should check that is not something like that.
|
Hello, I have checked webserver configuratión, sessions are stored in files not in any kind of caches, and i don't saw any kind of cache in nginx http://7php.com/php-5-3-how-to-completely-destroy-session-variables-in-php/ //remove PHPSESSID from browser |
I know that maybe Adrian activated some kind of page-cache in nginx when we 2015-12-01 18:32 GMT+01:00 Calidade Systems notifications@github.com:
|
I've seen this behavior several times, and causes were a varnish cache bad configured,or session errors. I've checked again and don't see any kind of cache, just nginx raw performance optimizations |
I'm on skype to reproduce it now if you want On Tue, Dec 1, 2015 at 7:00 PM, Calidade Systems notifications@github.com
|
If I logout in the website and try to relogin as a different user, initial session persists
The text was updated successfully, but these errors were encountered: