I have a requirement for session timeout. This is my requirement. Once logged in to my application, a time count sholud start. If it reaches 10 mins, it should gives a alert which prompting as
do you want to continue?
If customer press “Yes” the session should continue and time resetted as 0. If press “No”, the session should close and error page need to come. I need this changes in javascript and jsp. Can any one have idea about this?
In your frameset file, you can have this:
Of course, if you need a fancy dialog box, then you’ll need to code that instead of using javascript function
confirm.