| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 72 |
| Technical Name |
cw_session_manager |
| License | OPL-1 |
Single Session Login
Enforce one active session per user â auto-logout previous sessions on new login
How It Works
1. User Logs In
The module intercepts every login attempt.
2. Old Sessions Removed
All existing session files for that user and database are deleted.
3. New Session Only
Only the current session remains active â no concurrent access.
Key Features
- â Enforce single session per user automatically
- â Works across all devices and browsers
- â No configuration required â plug and play
- â Lightweight, no performance impact
- â Session termination on every login attempt
- â Works with all authentication methods
- â Enterprise and Community compatible
- â Compatible with Odoo 19.0
Use Cases
- Security compliance â prevent shared accounts from simultaneous use
- License enforcement â ensure per-user licensing is respected
- Session control â force logout from old devices on new login
Support
For support, inquiries, or custom development, contact Code Wave Agency at info@code-wave-agency.com
Single Session Login
Enforce one active session per user across all devices.
Automatically terminates all previous user sessions when a new login occurs. When a user logs in from any device or browser, any existing session for that user is immediately invalidated, preventing concurrent sessions.
Features
- Enforce single session per user automatically
- Works across all devices and browsers
- No configuration required
- Compatible with Odoo 19.0 (Community & Enterprise)
- Lightweight, no performance impact
How it works
- User logs in - the module intercepts the login process.
- Old sessions removed - all existing session files for the same user and database are deleted from the session store.
- New session created - only the current session remains active.
Use Cases
- Security compliance - prevent shared accounts from being used simultaneously
- License enforcement - ensure per-user licensing is respected
- Session control - force logout from old devices on new login
Support
For support or custom development, contact Code Wave Agency.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module