I am dealing with unregistered users (no Auth login) and I want to
track them from page to page using sessions.
I see in my browser a cookie named 'CAKEPHP' and I thought I could
read it in a controller with
$this->Cookie->read(Configure::read('Session.cookie'))
[where in my config/core.php I have
Configure::write('Session.cookie', 'CAKEPHP');]
But it doesn't work, I get nothing.
Any hint or alternative method I could implement?
Thank you in advance.
Best,
Mario
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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment