Hi Peter,
thanks for your response, I tried to add <META HTTP-EQUIV="CACHE-CONTROL"
CONTENT="NO-CACHE"> in the head tag in all my pages that contains a secured
annotation and then tried to logout and hit the back button on my browser
and I still get the same result... I end up in the secured page... so it
seems to not have any effect at all.

My logout function looks like this:

        public String onLogOut(IRequestCycle cycle) {
                getSessionUserInfo().setUserRoles(null);
                getSessionUserInfo().setUserName(null);
                getSessionUserInfo().setPassword(null);
                
                /* RESET ACEGI AUTHENTICATION TO NULL */
                SecurityContextHolder.clearContext();

                return HomeDispatcher.PAGE_NAME;
        }



Any other suggestions?

Thanks again,
Jacob
-- 
View this message in context: 
http://www.nabble.com/Problem-with-user-logout-%28Tapestry-Acegi%29-tf3236292.html#a9005154
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to