Disable "keep me signed in" #1234
-
I want auto log out when idle for too long of a period...How can I set that and disable the "Keep me signed in" checkbox. |
Beta Was this translation helpful? Give feedback.
Answered by
meetmandeep
May 12, 2021
Replies: 1 comment 1 reply
-
Edit your web.config and update the PersistentCookieTimeout value (In Minutes)
You can disable the "Keep me signed in" checkbox from Sign In Form Block Settings: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
scottw12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit your web.config and update the PersistentCookieTimeout value (In Minutes)
<add key="PersistentCookieTimeout" value="20160" />
You can disable the "Keep me signed in" checkbox from Sign In Form Block Settings: