TIP: You can type at any time to perform a new search.
Web Session Auto Close
web_session_auto_close · OCA/web
- Repository
- OCA/web · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Uncategorized
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/web
- Last tracking update
- 2026-08-07 08:42:47
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, sbejaoui, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module automatically closes inactive user sessions based on a configurable timeout. If no activity is detected within the set duration, the session is destroyed, and the page reloads.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_config_settings |
res.config.settings | form | Inherits base_setup.res_config_settings_view_form |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/web/session/get_timeout |
WebSessionAutoCloseController.get_session_timeout |
user | json | ALL | sudo |
Models touched (1)
New fields (1)
-
session_auto_close_timeoutIntegerconfig_parameter='web_session_auto_close.timeout'default=600string='Session Auto-Close Timeout (seconds)'
No public methods.
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 163 days ago
- Last activity
- 7 days ago
- Repository
- OCA/web
- Pull request
- [19.0][MIG] web_session_auto_close: Migration to 19.0 (#3472)