Re: How do I use cookies in cakePHP

2006-12-04 Thread Walker Hamilton
Hi, I also used Rossoft's cookie component as well. I also wanted to easily let users log in (no matter which page they enter on). So here's my attempt to make that happen: http://walkerhamilton.com/437/cakephp-remember-me --~--~-~--~~~---~--~~ You received

RE: How do I use cookies in cakePHP

2006-12-04 Thread Mariano Iglesias
your knowledge. BAKE ON! -Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Walker Hamilton Enviado el: Lunes, 04 de Diciembre de 2006 01:22 p.m. Para: Cake PHP Asunto: Re: How do I use cookies in cakePHP Hi, I also used Rossoft's cookie component

Re: How do I use cookies in cakePHP

2006-12-04 Thread Walker Hamilton
Whoa. Okay, why didn't I notice that before! That's freaking awesome and what I should have done in the first place. :) thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this

Re: How do I use cookies in cakePHP

2006-12-04 Thread Walker Hamilton
Okay, so I think I got it all up and running as a component, Mariano. Your way was much better, though I had to modifying your (i'm sure quickly written) code to get it to work, especially with the new lazy loading models. http://walkerhamilton.com/439/rememberme-component

RE: How do I use cookies in cakePHP

2006-12-04 Thread Mariano Iglesias
, be cool, and share your knowledge. BAKE ON! -Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Walker Hamilton Enviado el: Lunes, 04 de Diciembre de 2006 04:43 p.m. Para: Cake PHP Asunto: Re: How do I use cookies in cakePHP Okay, so I think I got

How do I use cookies in cakePHP

2006-12-03 Thread [EMAIL PROTECTED]
Hi, I want to be able to use cookies in cakePHP, since there is no built in interface for setting cookies I use the standard php setcookie(). However, when I try to retrieve the cookie later, using $_COOKIE, I get an empty array, as if cake has wiped the cookie. How can I get around this?

RE: How do I use cookies in cakePHP

2006-12-03 Thread Mariano Iglesias
be smart, be cool, and share your knowledge. BAKE ON! -Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de [EMAIL PROTECTED] Enviado el: Domingo, 03 de Diciembre de 2006 09:46 a.m. Para: Cake PHP Asunto: How do I use cookies in cakePHP Hi, I want to be able