Re: How to log out a user if inactive for 10 mins, and then redirect him to a different URL?
Posted By:
Shaun_Tait
Posted On:
Thursday, May 29, 2008 06:52 AM
Hai Rishi
Use session time out tag inside web.xml page and to redirect to a particular page after his/her session is complted ,you need to implement HttpSessionListener interface and inside sessionDestroyed method redirect him to a particular page (Ravi Kiran)
Re: How to log out a user if inactive for 10 mins, and then redirect him to a different URL?
Posted By:
Gangadhar_rao
Posted On:
Tuesday, May 20, 2008 01:05 AM
use session time out tag in web.xml