[jboss-user] [JBoss Seam] - Re: back-buttoning after logging out

Smurfs do-not-reply at jboss.com
Tue Jun 19 11:04:55 EDT 2007


Back- and forward-navigation between 'secure' pages will only be restricted after logging out if you have specify the page property login-required="true" for those pages you do not want the browser to cache in memory.

For example (in pages.xml):

  | <page view-id="/homepage.xhtml" login-required="true">
  | ...
  | </page>
  | 

If you log-out from a page (or pages) that does(do) not have this attribute set to true you will be able to navigate back and forth which is the correct behaviour IMHO.


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

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



More information about the jboss-user mailing list