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.

69 lines
1.9 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =========================
  5. Inactive Sessions Timeout
  6. =========================
  7. This module was written to be able to kill(logout) all inactive sessions since
  8. a given delay. On each request the server checks if the session is yet valid
  9. regarding the expiration delay. If not a clean logout is operated.
  10. Configuration
  11. =============
  12. Two system parameters are available:
  13. * ``inactive_session_time_out_delay``: validity of a session in seconds
  14. (default = 2 Hours)
  15. * ``inactive_session_time_out_ignored_url``: technical urls where the check
  16. does not occur
  17. Usage
  18. =====
  19. Setup the session parameters as described above.
  20. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  21. :alt: Try me on Runbot
  22. :target: https://runbot.odoo-community.org/runbot/149/9.0
  23. Known issues / Roadmap
  24. ======================
  25. Bug Tracker
  26. ===========
  27. Bugs are tracked on `GitHub Issues
  28. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  29. check there if your issue has already been reported. If you spotted it first,
  30. help us smashing it by providing a detailed and welcomed feedback.
  31. Credits
  32. =======
  33. Contributors
  34. ------------
  35. * Cédric Pigeon <cedric.pigeon@acsone.eu>
  36. * Dhinesh D <dvdhinesh.mail@gmail.com>
  37. * Jesse Morgan <jmorgan.nz@gmail.com>
  38. * Dave Lasley <dave@laslabs.com>
  39. Maintainer
  40. ----------
  41. .. image:: https://odoo-community.org/logo.png
  42. :alt: Odoo Community Association
  43. :target: https://odoo-community.org
  44. This module is maintained by the OCA.
  45. OCA, or the Odoo Community Association, is a nonprofit organization whose
  46. mission is to support the collaborative development of Odoo features and
  47. promote its widespread use.
  48. To contribute to this module, please visit https://odoo-community.org.