
- 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
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
07-11-2017 11:03 PM
HI Jim,
The solution works on the fulfiller side but not on the service portal side as UI page is not supported by portal,
Is there any workaround so that it can be rendered in portal,
I'm struck where the UI script is calling UI page, Even widget can't be called from here,
Regards,
Bhavin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2017 04:39 PM
Hello,
With portal being AngularJS our portal team implemented an open source project from GitHub called ng-idle. I'm sorry but I'm not much help on how to inject modules into the portal.
GitHub - HackedByChinese/ng-idle at master

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2020 07:20 AM
Hi Jim,
I have been playing around with your solution in our sandbox instance and it works great. We are looking to implement something like this in our service portal. Do you have any ideas or suggestions on how this could be implemented?
Regards,
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2021 10:49 AM
Hi Jim,
I just want to thank you so much for your hard work. Last year, I helped one of my co-workers to get the timeout pop-up works. Your information in the update set on GitHub helped me soooooo much. It worked after I made small changes. Thank you so much. Please don't delete it so other will benefit from it.
Kim