|
Hi,
My requirement is, the session time out is 60 minutes. Whenever the system idle for 60 minutes the system should automatically go to session expired page. That will happen automatically. But 5 minutes before I've to give a pop up or alert message "session is going to expired". For this I've access the system idle time whenever the system is idle. Now I'm using javascript setTimeout function. In server is not working fine. So I'm planning to use session API, to track the session and I've to implement the logic based on my requirement. And I dont want Javascript functionality. And I 've to find out the system idle time and this function should be running automatically in frequent interval. Any help would be appreciated.
Regards
Kasi
|