Every WebSphere Portal based application needs to handle the Session Time outs. The current solutions advocated by the Developer works usually involve usage of customization of LogOut Auth mechanism.
What I am proposing is the use of the standard J2EE mechanism of creating a HttpSessionListener. This HttpSessionListener can be weaved into the web.xml of the wps.war file ( careful as this is part of the wps.ear which is the core of the WebSphere Portal deployment). So, now whenver the session gets timed out, the listener will catch the session destroyed event and the application can handle the event.
Remember, this customization is at your own risk. IBM does not support this.
Handling WebSphere Portal Session TimeOuts
.jpg)
Article By >> Munish K Gupta
Munish is the Founder and Chief Contributor at Tech Spot. I have extensive experience in Technology Architecture, Solution Engineering and IT operations Management. I cover areas related to Performance Engineering, Cloud, Open Source and Portals. Check out my other blog on Akka - a concurrent programming framework - Akka Essentials and my github repository here
Subscribe to Tech Spot feeds via RSS or Email to receive instant updates.
Subscribe to:
Post Comments (Atom)

I guess your solution has been previously discussed at DeveloperWorks: -
http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14085597
Some folks have even got it to work
Post a Comment