Skip to content

extend session for app and Browser extension #129

@PittRo

Description

@PittRo

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions