HI,
My requirement is to customize the webtop session timeout.If the session got timed out then a pop up(alert box) should get displayed stating "do you want to continue" with ok and cancel buttons.On click of ok button the webtop should not ask for login again but should goes directly to the user's homepage.If cancel is clicked it goes to login page.
Requirement
1.The session timeout pop up has to come stating "Do you want to cont with the session" with ok and cancel button.
2.On ok,the it should not ask for login again but it should use the credentials stored in some cache or some other means to go to user's homepage
3.On cancel,it should goes to login page.
My doubts
1.Unless until i click the button in pop up the session will not get released.I am rite? or will it be released on CS
2.Suppose if the session goes to session pool can i get the same session(credentials and cache will still be available) using session id so that the user need not give user name and password on click of OK button.The session will be in homegeneous pool for specified time,can i can retrieve it from there and use it??
3.Will such customization impact the performance and security?
4.Whether to display the pop up after timeout or some specified time before timeout?
Before session expires:
I need the pop up display before the session timeout but where exactly is the code for the session inactive timer count down triggered so that a function can be written within that to display pop up some x mins before session timeout.Can someone tell where exactly to write the code in this case and help me in this
Thanks
Gabriel