[jboss-user] [JBoss Seam] - Logout and Back Button

vimalm do-not-reply at jboss.com
Wed Oct 4 16:57:29 EDT 2006


I was testing the booking application and I encountered this problem:

After logging in and going forward a couple of steps, searching a hotel and start the booking process, if I click the logout button in the middle I get redirected to login page which is fine. But without closing the browser if I hit the back button, seam traverses the previous URL's.

I was expecting that since I have logged out, the back button would restrict me to see those pages. Is there any way to achieve this?

In our application we put breakpoints in various places but hitting the back button does not execute any code. We have our entire application pages secured by pages.xml and all the backing beans secured by @LoggedIn annotation. But it still does not work.

Any insight in this back button issue is appreciated.

Thanks

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976161#3976161

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976161



More information about the jboss-user mailing list