Login idle timeout.
#14663
-
I have a requirement of a 20 minute timeout for idle users. I've updated program.cs with options.ExpireTimeSpan. Currently I'm recreating the Admin theme to add js that will refresh the browser after 20 minutes. Is this the standard (best practice) way, or is there a better approach? |
Beta Was this translation helpful? Give feedback.
Answered by
hishamco
Nov 10, 2023
Replies: 1 comment
-
I think it's good practice to show the login screen after a certain timeout. Adding a configuration for such a thing will be a plus. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tcobbfis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's good practice to show the login screen after a certain timeout. Adding a configuration for such a thing will be a plus.