You can disable session auto start in config.php
/**
 * If set to false, sessions are not automatically started.
 */
Configure::write('Session.start', false);

You can start session later...

On Feb 24, 11:00 pm, bwilt <bdwil...@gmail.com> wrote:
> Hello All,
> We have a mobile data application which posts information to a cake
> site, I was wondering if cake has a method of restricting some header
> output for particular controller actions ?
>
> For example to stop the output of Set-Cookie and possibly some other
> headers :
>
> E.g. Set-Cookie: CAKEPHP=7d1dc9041d1dac94b413dbe2e9102ebb;
> expires=Tue, 03 Mar 2009 2 1:21:40 GMT; path=/dev/ez
>
> Any thoughts on this appreciated.
>
> Brett.
> ----http://wiltonsoftware.com
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to