File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes redirecting to a new page when session expires Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "redirecting to a new page when session expires" Watch "redirecting to a new page when session expires" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: redirecting to a new page when session expires
 
Similar Threads
Basic Session Validation
Redirect user to login page after session expires
redirecting page
redirecting to a new page when session expires
Session time out error