Hi all, I'm having an issue with the custom session handler in cake.
I define my handler to use memcache and mysql and it works like a treat, until I need to destroy the session or the session times out. I fixed the session destroy error by using session_destroy instead of this->Session->destroy(), but when the session times out, I can't get it to work correctly. I have traced it to the destroy call in the _checkValid method of the sessions library. Any suggestions. -- 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=.
