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.

70 lines
2.2 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. * The module doesn't work after `this commit <https://github.com/odoo/odoo/commit/da1f153d61d747d9357694382fe04f96c0ca886a#diff-03542f2676ca18278ea62cb40f5a2261>`__. Backport of `update from 11.0 <https://github.com/OCA/server-auth/commit/f19bd6ef199e284cbbfd002ba0b40ef3bd67b598>`__ has to be done. See `#1237 <https://github.com/OCA/server-tools/issues/1237>`__
  26. Bug Tracker
  27. ===========
  28. Bugs are tracked on `GitHub Issues
  29. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  30. check there if your issue has already been reported. If you spotted it first,
  31. help us smashing it by providing a detailed and welcomed feedback.
  32. Credits
  33. =======
  34. Contributors
  35. ------------
  36. * Cédric Pigeon <cedric.pigeon@acsone.eu>
  37. * Dhinesh D <dvdhinesh.mail@gmail.com>
  38. * Jesse Morgan <jmorgan.nz@gmail.com>
  39. * Dave Lasley <dave@laslabs.com>
  40. Maintainer
  41. ----------
  42. .. image:: https://odoo-community.org/logo.png
  43. :alt: Odoo Community Association
  44. :target: https://odoo-community.org
  45. This module is maintained by the OCA.
  46. OCA, or the Odoo Community Association, is a nonprofit organization whose
  47. mission is to support the collaborative development of Odoo features and
  48. promote its widespread use.
  49. To contribute to this module, please visit https://odoo-community.org.