Skip to content

Install auth_session_timeout module

Daniel Palomar requested to merge feature/install-session-timeout-module into master

CHANGELOG:

### Added
- [#nn](https://gitlab.com/coopdevs/odoo-somconnexio/-/merge_requests/nn) Add module to expire sessions after a time of inactivity.

More info in: https://apps.odoo.com/apps/modules/12.0/auth_session_timeout/

This module adds two system parameters to determine the max time of inactivity to expire a session and the URLs that are out of this logic, by default:

inactive_session_time_out_delay: 7200  # 2h
inactive_session_time_out_ignored_url: /calendar/notify,/longpolling/poll
Edited by Daniel Palomar

Merge request reports