
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 11:17 AM
We have set glide.ui.session_timeout to 15 minutes as per our own corporate policy.
We have also set glide.ui.forgetme as per ServiceNow hardened instance recommendations.
Has anyone come up with a good way to warn users before their session times out?
It seems like some combination of v_user_session and gs.getSession might be useful.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2017 08:57 AM
I've been working on a Platform session timer, you can view my code on my github. I'm still working on the documentation and we are testing in our corporate development environment. https://github.com/xxJimxx/SNTimeout/
Let me know what you think or if you have improvement suggestions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2023 10:59 AM
Super old thread, but thought I would comment.
I used code very similar to above. I added in a glide ajax.
Anytime the counter had counted down to a predetermined value (say half way) and it had reset, I issued a simple glide ajax that just returned the current server time. This glide ajax would reset my session. This kept my session alive as long as I was doing something on the form and worked like a charm.
https://youtube.com/watch?v=zYi8KhP9SUk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2019 08:15 AM
Brian--were you guys able to get this to work? I see you accepted a solution but just curious as to which solution worked. Also, are you guys running in a SSO environment?