Need to change the Servicenow instance session timeout

GaneshErike
Tera Expert

Hi,

 

Need to change the servicenow Session timeout.

Please help me the detailed steps.

 

Thanks in advance.

3 ACCEPTED SOLUTIONS

G Ponsekar
Tera Guru

Hi @GaneshErike ,

 

  1. Navigate to System Properties:
    • Use the navigation filter on the left-hand side of your ServiceNow instance.
    • Type sys_properties.list and press Enter. This will open a list view of all system properties.
  2. Locate the Timeout Property:
    • In the list view, search for the Name of the property: glide.ui.session_timeout.
    • If the property already exists, click on it to open its record.
    • If it does not exist (this can happen in older instances), click New to create it.
  3. Set the New Timeout Value:
    • In the Value field, enter the desired session timeout in minutes. For example, enter 60 for a 60-minute timeout.
    • Recommendation: The recommended value is 30 to 60 minutes. Setting it for an excessively long time can increase memory utilization and poses a security risk. ServiceNow treats values over 1440 minutes (one day) as one day.
  4. Save the Changes:
    • Click Update to save the property record. The new session timeout will be applied immediately

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

 

Thanks, GP

View solution in original post

Hi @G Ponsekar ,

 

Thanks for the quick response.

Will there be any downtime after updating the value. Please let me know.

 

Thanks.

View solution in original post

yes @GaneshErike ,

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

 

Thanks, GP

View solution in original post

7 REPLIES 7

Hi @GaneshErike 

 

The system property glide.sso.acr.ui.session.timeout manages the session timeout for users authenticating via Single Sign-On (SSO)

 

This property is part of a more advanced security setup than the standard session timeout (glide.ui.session_timeout).

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

 

Thanks, GP

Hi @G Ponsekar ,

 

We are using SSO to login to instance.

In this, I need to change the value of this property as well right.

Please let me know.

 

Thanks.

yes @GaneshErike ,

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

 

Thanks, GP