Modules
Sign in
Get Help

How can I change the timeout for being logged into Single Sign On (SSO)?

If you update the SessionLifetime setting in the database. If your company is on the default site 1, it would look like this: 

UPDATE [Anvil].[dbo].[SSO_SiteSetting]

   SET [SessionLifetime] = 600

WHERE [SiteId] = 1

GO

 

In the above update query, we change the SessionLifetime from 480 minutes (8hrs) to 600 minutes (10hrs). That should take care of your needs in regards to this. Just make sure you are applying it to the right site

 

Questions?

If you have any questions or need some help, we would be happy to assist. Open a case at help.scorpionsoft.com or send an email to support@scorpionsoft.com.

 

 

Have more questions?

Contact us

Was this article helpful?
0 out of 0 found this helpful

Provide feedback for the Documentation team!

Browse this section