Friday, December 7, 2007

cakephp session manually

Into the Controller::beforeFilter for example
$this->Session->activate();

And into the Views before you need it
$session->activate();

No comments:

Post a Comment