[jboss-user] [JBoss Seam] - Re: Back button after logout - solved through Seam?

2007-03-02 Thread supernovasoftware.com
I put this as a JS include in all my pages. window.history.forward(1); It prevents back. This could be used only for the logout page in your case. Maybe an AJAX poller that would automatically redirect the page if there is not a valid login? View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: Back button after logout - solved through Seam?

2007-03-02 Thread hamtho2
But if you tell the browser not to cache anything, this works. I used this together with Struts, where I had to change the RequestProcessor. There are some examples on how to solve this out in the net. But I don´t really like them, as you have to use jsp:scriptlet for that. But I see, that it´s

[jboss-user] [JBoss Seam] - Re: Back button after logout - solved through Seam?

2007-03-02 Thread [EMAIL PROTECTED]
The browser does not hit the server when you press back - so, no, it is not possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024685#4024685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024685