Hi all,
I have a typical problem. I have a session time out parameter set in
the web.xml file as (30 minutes).
I have a user taking a test and I have the test time out as (45 minutes).
At about 25 minutes (5 minutes before the session times out ), I will
ensure that the users gets a popup asking him whether he wants to
continue or quit (Y/N).
If he chosses "N" then I will make him wait for another 5 minutes and
once session is timedout, then I will force the user to go to Login Page,
But if the user says "Y", then I need to extend his session time out
to meet with the Test Timeout.
Any ideas of how to do this??