Timeout for login?

Posted by Community Admin on 03-Aug-2018 21:07

Timeout for login?

All Replies

Posted by Community Admin on 12-Oct-2010 00:00

Is there any way to set how long before a users session times out? What is the default setting, i feel like i have to long back in consistently.

Posted by Community Admin on 12-Oct-2010 00:00

Hello Kristian,

When LastActivityDate is less then ExpiredSessionsLastLoginDate ( you are logged in before ExpiredSessionsLastLoginDate) your session expires.

There is a public property  BackendUsersSessionTimeout of SecurityConfig which is used for setting ExpiredSessionsLastLoginDate. The default value of BackendUsersSessionTimeout is 1 hour and 58 minutes.

We clear the  loggingCookie. You could be logged out if the  applicaiton is restarted which also clears the loggingCookie, you are trying to use different IP to access the backend or different machine.


Best wishes,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed