- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 09:59 PM
Hello,
My instance is getting logout after few interval of time. And I need to login again. Can we avoid this situation where instance will not logout?
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 10:04 PM
If it's about the out-of-the-box session timeout, you can increase this by updating system property:
glide.ui.session_timeout
It is best practice not to set this too high.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 10:04 PM
Hello @Sudhir10,
There is one system property called 'glide.ui.session_timeout' which is responsible to get the Instance Logout.
You can change the value for this property as per your requirement.
Please refer to the below Documentation for more detail:
If the above solution resolve your issue, Please mark the solution as 'Accepted Solution' and also mark it as 'Helpful'.
Thank You!
Prathamesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 03:44 AM
Hi @Sudhir10
System property you can change but if you are in PDI but if it is a customer instance, I will not recommend to make changes with raising change and discuss with stakeholder. It may have security issue.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 07:34 AM
does this apply to SSO instances using Okta? I found other posts mentioning the glide.ui.session_timeout property only applies to SAML login, not SSO. Those were older though. If that still applies- where would one look for governance of this session expiration under SSO?