posted 13 years ago
I have developed one small application based on struts1.3. I wanna keep session timeout so that It has to forward to homepage. I tried
<session-timeout> in WEB.XML.
I kept the page for one minute without accessing, and after i tried to access, i am able to access again..
I want to forward to home page after one min.
how can i do that?.