How to change the session time-out values in an instance?

hiteshsharma
Tera Contributor

I want to change the session time-out values in my instance. How do I achieve that?

1 ACCEPTED SOLUTION

gauravchoudhury
Tera Guru

Hi Hitesh,



Type sys_properties.list in the Navigation Filter


Search for existing 'System Property' by opening up the filter and then set the filter as 'Name' contains 'Session'


System Property = glide.ui.session_timeout


Under the 'Value' field type the required value in minutes. (for example, 60 - meaning 1 hour or 120 - meaning 2 hours)


View solution in original post

9 REPLIES 9

VivekSattanatha
Mega Sage
Mega Sage

Hi Hitesh,



The below article might help you on this.



Modifying Session Timeout - ServiceNow Wiki



Regards,


Vivek



Based on the impact hit like, helpful or correct


Hi , is there any way we can track the session log based on this property like when uses logged in and when user logs out?

anurag92
Kilo Sage

You need to add a new property called: glide.ui.session_timeout



and update the value in minutes.


gauravchoudhury
Tera Guru

Hi Hitesh,



Type sys_properties.list in the Navigation Filter


Search for existing 'System Property' by opening up the filter and then set the filter as 'Name' contains 'Session'


System Property = glide.ui.session_timeout


Under the 'Value' field type the required value in minutes. (for example, 60 - meaning 1 hour or 120 - meaning 2 hours)