تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
11035 أدوات العرض

How to set the session logout time in odoo if user follows no activity or keeps it idle?

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

This module is able to force user to logout if they are idle https://apps.odoo.com/apps/modules/16.0/auto_logout_idle_user_odoo/


Hope it helps

الصورة الرمزية
إهمال
أفضل إجابة

I did that using a new SessionStore based on Redis with an expire time for the session key. With the Odoo file based SessionStore I don't see any timeout for the session.

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

I found module idle_logout quite while ago. Didn't had a chance to test it. Give it ago it might be just what you are looking for. 

Check for this link for reference. 

الصورة الرمزية
إهمال