- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Apparently it’s not giving option to extend the session and just logs it out.
@Ankur Bawiskar what could be the issue?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
refer KB: KB0748013 Session time out not lasting as expected
Issue
After 30 minutes of inactivity in the application, the platform logs the user out automatically, unless the Remember Me checkbox in the login screen is selected.
The lasting time is set by the system property "glide.ui.session_timeout". The default session timeout value is 30, expressed in minutes.
Resolution
- Confirm the value of the glide.ui.session_timeout system property is at the desired number (default is 30). If it is not set to desired value, add/edit the property and test the behavior again. (Modify session timeout)
- If you experience the issue even after following step 1, add the glide.security.csrf.handle.ajax.timeout in addition to the glide.ui.session_timeout system property.
- The property 'glide.security.csrf.handle.ajax.timeout' handles errors for timed-out Ajax requests when set to true.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
what's the issue faced and what you want?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
refer KB: KB0748013 Session time out not lasting as expected
Issue
After 30 minutes of inactivity in the application, the platform logs the user out automatically, unless the Remember Me checkbox in the login screen is selected.
The lasting time is set by the system property "glide.ui.session_timeout". The default session timeout value is 30, expressed in minutes.
Resolution
- Confirm the value of the glide.ui.session_timeout system property is at the desired number (default is 30). If it is not set to desired value, add/edit the property and test the behavior again. (Modify session timeout)
- If you experience the issue even after following step 1, add the glide.security.csrf.handle.ajax.timeout in addition to the glide.ui.session_timeout system property.
- The property 'glide.security.csrf.handle.ajax.timeout' handles errors for timed-out Ajax requests when set to true.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago