Reputation: 13
I am creating an application that needs more advanced security measures, besides logging in with an account.
I want the whole website to track how long a user has been idle, and then automatically log them out after 30 seconds. So that their session expires, thus having them to log in again.
Is there an easy way to do this?
Upvotes: 0
Views: 61
Reputation: 14333
Use the sessionTimeout
attribute in your Application
file. Adobe documentation
Upvotes: 3