Replies: 1 comment
-
On backend you don't know if users interact with web page or not, because they can annotate one image for a long time and no any server request occurs. From frontend you can send logout request if no events triggered from mouse and keyboard for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can we implement session expire for user from django backend, if the user is not accessing the page for more than 5 minutes? or We can implement this feature from front end?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions