-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
calibre-web deletes auth cookie #3270
Comments
Calibre-web uses the cookie name session, to store the login information, if other services on the same server use the same name, this could indeed lead to a behavior like the described. |
Thank you for taking the time to write this detailed answer, I'll give it a try and debug the issue as much as I can. |
I am still debugging the issue. Quick question, it looks like when I run calibre-web over a nginx proxy I get all these cookies (see below)... I believe it might be related as this doesn't happen when I access is directly., Any idea why are those cookies there?
|
Normally the cookie should be stored in association with the /libros path, the cover/number paths are all related to simple calls for showing a cover, they should not store a cookie, I have no idea why this happens for you |
I‘m using Apache as proxy and I don‘t get this cookies. My feeling is, this is a missconfiguration on your side, have you check the wiki regarding examples for setting up the proxy? |
Describe the bug/problem
Is somehow Calibre-web deleting cookies or doing some sort of cookie management? Only when using Calibre-web my auth cookie sometimes disappears.
Request
I'd appreciate some hints on where to look. Does it ring a bell of what could be causing this?
Context
note: I am using Calibre-web though a NGINX proxy + auth cookie, and this set up is working with many other self hosted apps.
Thanks.
The text was updated successfully, but these errors were encountered: