You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.0 KiB

  1. Inactive Sessions Timeout
  2. =========================
  3. This module was written to be able to kill(logout) all inactive sessions since
  4. a given delay. On each request the server checks if the session is yet valid
  5. regarding the expiration delay. If not a clean logout is operated.
  6. Configuration
  7. =============
  8. Two system parameters are available:
  9. * inactive_session_time_out_delay: validity of a session in seconds (default = 2 Hours)
  10. * inactive_session_time_out_ignored_url: technical urls where the check does not occur
  11. Credits
  12. =======
  13. Contributors
  14. ------------
  15. * Cédric Pigeon <cedric.pigeon@acsone.eu>
  16. Maintainer
  17. ----------
  18. .. image:: http://odoo-community.org/logo.png
  19. :alt: Odoo Community Association
  20. :target: http://odoo-community.org
  21. This module is maintained by the OCA.
  22. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  23. To contribute to this module, please visit http://odoo-community.org.