-
Notifications
You must be signed in to change notification settings - Fork 192
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
extend session for app and Browser extension #129
Comments
Hi |
Hi @tchapi A new release of passbolt web browser extension adds a fix for this so you should not need to add any specifics on the server side. |
Hi @dlen and thanks for your quick answer I'm at the latest (Firefox) browser extension (2.11.1), and I had the impression that the issue was still there from what I had tested, that's why I was wondering ... In the meantime, I've created my own very simple Dockerfile to cope with the issue like this :
It's clearly not ideal but it seems to work. Thanks for this great product anyway ! |
Thanks for the kind words! You have some other option (so you don't have to rebuild the container) which is to mount a volume in |
@dlen thanks a lot for that clue, it works but i decided to mount the volume /usr/local/etc/php and changed the php.ini. Now the session lifetime is acceptable |
Just to let you know @dlen, I have retested the extension (latest version) but the problem is still here - it is necessary to change the |
Since v. 2.11 it's quite annoying that both session in webapp and chrome extension expire very fast, in spite of checking
"Remember passphrase until I log out" or
"Remember until I log out." or
I've read a few issues about the same topic but within docker it seems a bit more complicate. The solution there is, easily set session.gc_maxlifetime higher than standard 1440 or 24 minutes in php.ini
Here my tries without any positiv effect
The text was updated successfully, but these errors were encountered: