I had a problem with cookies a while back. Couldn't seem to reference
them after I saved them. I know the docs say the domain variable is
required, but as soon as removed it, everything started working as
expected.

On Oct 20, 1:27 am, . <[EMAIL PROTECTED]> wrote:
> I don't think it is saving the cookie, because if i go to another page,
> doing $this->Cookie->read('name') returns null... how do i persist the
> cookie?
>
> On Sun, Oct 19, 2008 at 11:25 PM, . <[EMAIL PROTECTED]> wrote:
> >  $this->Cookie->name = 'location';
> >   $this->Cookie->time =  3600;  // or '1 hour'
> >   $this->Cookie->path = '/';
> >   $this->Cookie->domain = 'localhost';
> >   $this->Cookie->secure = true;  //i.e. only sent if using secure HTTPS
> >   $this->Cookie->key = 'qSI232qs*&sXOw!';
>
> >  $this->Cookie->write('name','Larry');
>
> > if I do the above, where is the cookie "location" saved to? I did a search
> > on my HDD but cannot find the file.
>
> > On Sun, Oct 19, 2008 at 11:03 PM, Daniel Hofstetter <[EMAIL 
> > PROTECTED]>wrote:
>
> >> Hi,
>
> >> > is there any tutorial about cookie component for cakephp? i am having
> >> > trouble using it.
>
> >>http://book.cakephp.org/view/177/Cookies
>
> >> Hope that helps!
>
> >> --
> >> Daniel Hofstetter
> >>http://cakebaker.42dh.com
--~--~---------~--~----~------------~-------~--~----~
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