Monday, March 29, 2010

Auth Redirect Issues

Please read carefully, My issue is not with the default behavior of when a person is not logged in and tries to reach a page that is auth protected.  

 

I am having an issue because after the person hits logout I think that the auth component should forget the page I was just on, so when I log in with a different account it doesn’t take me back to the page I was just on before the logout.

 

I’ve tried removing the session variable auth.redirect and it still takes me back to where I was.

 

How can I get rid of the redirect during the auth->logout?

 

 

No comments: