hi.
having an issue, hoping someone can point me in the right direction.
On my local machine, $this->Session->destroy() works as expected. I
call it in my logout action, and it destroys the session data, which
logs me out of my app.
However, I've deployed to my live server, and $this->Session-
>destroy() doesn't seem to have any effect.
It regenerates the session id, but all the old data persists, so my
logout doesn't work.

I've set it to use the folder in /tmp/sessions but that hasn't changed
anything.
Any ideas what can be the cause/ what I should be looking at?
In the meantime, in my logout function, i call $this->Session-
>delete('keyName') to explicitly delete the info, but would like to
understand why I am seeing 2 different behaviours.
Using cake 1.3.3

thanks
m

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to