Instance doesn't time out users as expected?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2018 11:36 PM
Hi folks,
I am having an instance time out issue; referring to Manage user sessions , I have changed sys_properties
glide.security.csrf.handle.ajax.timeout = true
glide.ui.session_timeout = 10 (10 minutes just for testing)
glide.ui.auto_req.extend.session = false
One thing I notice that in the instance, the 'Remember me' is not visible probably it has been customized by our company, and I am wondering if I can make it visible again in order to test the time out.
Potentially I was thinking of tracking users' last activity like last time interaction over a session, and implemented a timer to time out users if being idle for a period of time.
Any advice would be highly regarded.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2018 04:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2018 06:35 PM
Hi Adam,
My 10-minute time out has seemed work and I think I might not need to modify the scheduled job, but will test on more user accounts to see any differences.
Your help is really appreciated!
Regards,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 02:02 PM
@adamjgreenberg can you give a little more explanation to you statement that SSO will override the session_timeout variable?