31 Aug 2022, 06:33

Re: How to increase session expire or Logout time?

My uvdesk user session expired and logout frequently (after 10min). So i just update the framework.yaml file as in below

session:
handler_id: session.handler.native_file
save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%'
cookie_lifetime: 172800
cookie_secure: 'auto'
cookie_samesite: 'lax'

And clear your project cache by below command:

php bin/console c:c

After i add the save_path option, users are not able to login to uvdesk. So please help me to solve this issue.

Uvdesk is running on Ubuntu 20 LTS
Nginx