Login - Session timeout - setMaxInactiveInterval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 09:50 AM
What table and field do I look at to confirm that the below code has actually set the max inactive interval?
request.getSession().setMaxInactiveInterval(60 * 60 * 24)
I'm using the Login System Definition Installation Exit to set the session time out value for users with a specific role. But I have not been able to determine the table and field that this value updates.
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 11:26 AM
Hello,
Check these out
https://www.youtube.com/watch?v=utU7kIMf_Uk
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 12:42 PM
Thank you for your reply. These links document how to set the timeout. However I am looking to determine how I can confirm that my specified timeout value has been set. I need the table and column that holds the user and session specific timeout value.