Hi Experts,
I have used the setTimeout function for alert user before session expire. Let say example, if user has 2 min session, I have to give alert after 1 min to request user to do some actions if user did not do any actions on that page for 1 min. Below is my java script code
I have added this above script in jsp pages.This above code is working. The issue is, while testing this code, i was stable on that page till 45 secs , then before get alert message i have given some inputs in my jsp form, while i giving input, i got the alert message which i should not get. if i didnt do any actions in jsp form for 1 min, then only i should get alert, please suggest me any ideas with sample code
Thanks and Regards
Selvaraju