Daily Archive for December 7th, 2007

cakephp session manually

Into the Controller::beforeFilter for example

1
$this->Session->activate();

And into the Views before you need it

1
$session->activate();

Continue reading ‘cakephp session manually’

Share