| Author |
redirecting to a new page when session expires
|
Pavitra Acharya
Greenhorn
Joined: May 10, 2006
Posts: 2
|
|
Hello All I am having a problem while redirecting in struts .When my session expires i redirect to the login page.i.e if(session == null || session.getAttribute("userId") == null){ return mapping.findForward("login");} and in my struts_config.xml,i have included <forward name="login" path="login.jsp" redirect="true"/> But the problem is when the session expires,the login page is being displayed within the page as a inner frame but not as a fresh new page.Can please suggest a solution to this? Thanks Pavitra
|
 |
 |
|
|
subject: redirecting to a new page when session expires
|
|
|