I've developed a portal using spring with jetspeed as the portal server. I'm facing a problem wherein if the user is idle for quite sometime, then session expires and if the user performs some operation on portal it will throw null pointer exception as i'm getting user object from session in every page.
I want the portal to behave in a way that if session expires and if user performs any operation, it should redirect to login page. How to achieve the above. Please help. -- View this message in context: http://www.nabble.com/session-expiry-and-redirecting-to-login-page-tp22835344p22835344.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
