Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to handle session timeout for a frame.

843836Jul 12 2005 — edited Jul 28 2006
Hi,

i am using jboss and struts for my application.

in web.xml
<filter>
<filter-name>AuthorizationFilter</filter-name>
<filter-class>com.base.filter.AuthorizationFilter</filter-class>
<init-param>
<param-name>LoginPage</param-name>
<param-value>/base/login.jsp</param-value>
</init-param>
</filter>

after i login, i will go to index.jsp which contain 3 frames.
1 is topbanner frame
2 is menu frame
3 is content frame

in menu.jsp when i click at any menu link, will take effect on the content frame only.

so, prob is, when a session is timeout and when i click on the menu link, the login page will show in the content frame.

May i know how solve this.

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2006
Added on Jul 12 2005
7 comments
331 views