Replies: 2 comments 1 reply
-
it seems indeed that cookies don't consider the port. Seems like a reasonable request. |
Beta Was this translation helpful? Give feedback.
1 reply
-
🎉 This issue has been resolved in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am running this along with a few dozen other containers on a small home server with podman under one IP (using different port numbers for each service). It works pretty well aside from one issue: session cookie names often conflict causing frequent log outs.
komga uses generic names "remember-me" and "SESSION". Would it be possible to append a unique prefix to the session ID cookie name (ie: 'komga_remember-me') or allow us to add a prefix using an environment variable?
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions