| Author |
Force Session Timeout
|
|
|
| Hi,
I have a requirement to force a portal session timeout when one of our backend applications times out (which is variable). I am able to receive a timeout message from the backend application but can't see how to force the portal timeout. At the moment we
just call LogoutUser... but we want to show the user the 'your session has timed out' etc...
Any ideas?
Thanks,
Christina
| |
| jtpape 2006-04-27, 8:07 am |
| You'll have to detect that the session is expired on the next user interation with the server as HTTP is not a constantly connected protocol.
You'll have to do this in your code and redirect to the desired page.
John Pape
IBM WebSphere / WebSphere Portal Specialist
| |
|
| Thanks John, but the problem is not in the detection of session timeout. The problem I'm facing is how do I force the session to timeout?
Regards,
Christina
|
|
|
|