Dear Dave, The logoutredirect deletes the session key of the auth component not the other session keys...
Let the logout() method delete all the session keys that you create since you have logged in have a nice baking day On Oct 15, 7:58 am, "Dave Maharaj :: WidePixels.com" <[email protected]> wrote: > I have a login module on the side of each page if not logged in. > Problem is when a user logs in or out from the home page which is the > $this->Auth->loginRedirect and $this->Auth->logoutRedirect it still shows > logged in or login. How can i refresh the page or something so the page > updates correctly? If i manually refresh the page the correct look is there > but that's not going to work in a live environment. > > Ideas how to fix this? > > Dave On Oct 15, 7:58 am, "Dave Maharaj :: WidePixels.com" <[email protected]> wrote: > I have a login module on the side of each page if not logged in. > Problem is when a user logs in or out from the home page which is the > $this->Auth->loginRedirect and $this->Auth->logoutRedirect it still shows > logged in or login. How can i refresh the page or something so the page > updates correctly? If i manually refresh the page the correct look is there > but that's not going to work in a live environment. > > Ideas how to fix this? > > Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
