Hi experts,
Technologies: Spring, AJAX, Google web tool kit
Problem: Ideally when the user stops using a web page then after 30 minutes, if the user is trying to access any ting then the session gets expired.
But In my case one pages continually refreshes for every 30 seconds, hence not giving scope to session timeout even when the user stops using it.
Questions:
Is there any way to stop resetting of time in some specific cases, for example when we automatically refresh the screen then it should not consider that time.
OR
Is there any other solution checking the events(Mouse and Keyboard) and manually and then do session.invalid ate(). In this case. I am not able to know a best place to update the Attribute for saving the current time when the user clicks.
Please let me know your Opinions
Technologies: Spring, AJAX, Google web tool kit
Problem: Ideally when the user stops using a web page then after 30 minutes, if the user is trying to access any ting then the session gets expired.
But In my case one pages continually refreshes for every 30 seconds, hence not giving scope to session timeout even when the user stops using it.
Questions:
Is there any way to stop resetting of time in some specific cases, for example when we automatically refresh the screen then it should not consider that time.
OR
Is there any other solution checking the events(Mouse and Keyboard) and manually and then do session.invalid ate(). In this case. I am not able to know a best place to update the Attribute for saving the current time when the user clicks.
Please let me know your Opinions
Comment