Hi,
We have got a requirement to implement 'Detecting & Handling Sesstion Time Out'. Our application looks as below:
1) Along with our ADF Application, verizon SSO agent also installed on our Production Server. Due to this, if any user tries to access our ADF application ... automatically user will be
redirected to SSO login page and once the user successfully logs in ... will be redirected to ADF application.
2) By default the session time out for SSO agent is 15 Minutes.
3) And i have followed the below mentioned URL to implement 'Detecting & Handling Session Time Out'. And we have set the ADF application timeout to 15 minutes.
URL :
http://adfdevelopers.blogspot.com/2009/06/detecting-and-handling-user-session.html
4) But now the client do not want this kind of implementation because .....
a) Since we have session time out as 15 minutes for both the applications ... whenever User clicks on the 'OK' button displayed on the information message 'Your Page is Expired.', the control
is going to SSO login page. Eventhough we are redirecting to SSO logout page. This is because of the 15 minutes time out we have on both SSO & ADF application.
b) Hence we have changed the ADF application time out to 14 minutes and now it works fine when the user clicks on the 'OK' button. ie., the control is getting redirected to
SSO logout page. Because SSO session is still valid.
c) The same scenorio (a) applicable if the user did not perform any action for few minutes after 'Your page has been expired' message displayed.
Now the question is, client do not want the user to relogin into SSO to see the SSO logout page. The client want it to be implemented in ADF using Java script.
Please advice whether is it a good pratice to implement the same using java script. If so, please let me know the if there any samples avilable about this.
Thanks & Regards,
Kiran