-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
Description
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
- set in /passbolt_docker/conf/supervisor/php.conf session.gc_maxlifetime=28800
- set in /passbolt_docker/conf/passbolt.conf under listening server settings fastcgi_param PHP_VALUE "session.gc_maxlifetime=28800"
tchapi and JamesCullum
Metadata
Metadata
Assignees
Labels
No labels