-
Notifications
You must be signed in to change notification settings - Fork 235
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 problem with Brave browser #274
Comments
Thank you! What version of Brave (and on what OS) are you using? Could you open the developer tools and check the status of the two cookies, i.e. if they are created, with what parameters, and when they are lost? It’s probably best to start with a clean state of zero cookies for the domain. |
And does your site happen to use frames? |
I'm using Version 1.37.116 Chromium: 100.0.4896.127 on windows 10 64 Bit. and should last the whole session. |
Thank you! That could be the cause of the problem already. There should only be one session cookie (“PHPSESSID”). So these two are always re-created, even if you delete them entirely (and any other cookies for the domain)? If there are two, that could lead to a conflict, where the server does not receive the cookie it expects but the other one. With “remember me” enabled, that should then be three cookies in your setup? |
Thanks for this awesome library - I'm using it a lot.
However, I'm facing session problems with brave browser and since there are a few people using this browser, I just wanted to mention it. It instantly looses session after login.
When login with the "remember me" option for 1 year, it keeps the session for a few minutes with brave.
The text was updated successfully, but these errors were encountered: