Hi All!
I need to use Sessions only for admin section. How I can to do it?

Example:

core.php:
Configure::write('Session.start', false);

app_controller.php:
if(isset($this->params['admin']))
{
Configure::write('Session.start', true);
}

Its not work.
Help me pls.

p.s. sry for my bad english
Thanks

--~--~---------~--~----~------------~-------~--~----~
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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to