Login - Session timeout - setMaxInactiveInterval

Ketrick Taylor
Tera Contributor

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.

2 REPLIES 2

Musab Rasheed
Tera Sage
Tera Sage

Hello,

Check these out

https://www.servicenow.com/community/developer-forum/can-the-session-timeout-set-for-individual-grou...

https://www.youtube.com/watch?v=utU7kIMf_Uk

Please hit like and mark my response as correct if that helps
Regards,
Musab

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.