You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
wallabag uses generic names "REMEMBERME" and to a lesser extent "PHPSESSID". Would it be possible to append a unique prefix to the session ID cookie name (ie: 'wallabag_REMEMBERME') or allow us to add a prefix using an environment variable?
Thank you :)
The text was updated successfully, but these errors were encountered:
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.
wallabag uses generic names "REMEMBERME" and to a lesser extent "PHPSESSID". Would it be possible to append a unique prefix to the session ID cookie name (ie: 'wallabag_REMEMBERME') or allow us to add a prefix using an environment variable?
Thank you :)
The text was updated successfully, but these errors were encountered: