Re: Clearing Cookies

2006-08-24 Thread RosSoft

try my cookie component
in this file there's the component and the required class simple
encryption http://www.ros-soft.net/otros/cakephp_blog/blog_tutorial.tgz


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Clearing Cookies

2006-08-24 Thread Simplerules

I do, but it is always cleared.

I set it to last for ten years, but when I revisit the site after a
session has expired - the cookies are cleared, its not a browser
problem or setting since it happens to Opera and IE.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Clearing Cookies

2006-08-24 Thread RosSoft

the cookie of a session always is deleted. you must set a cookie by
hand with setcookie


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Clearing Cookies

2006-08-24 Thread Simplerules

When a Cake PHP session expires, does it clear all the cookies set?

I have a login script which sets a remember me cookie and a few other
details, it stores them in a Cake PHP session when viewing the site -
but when I return to the site after the Cake PHP session has expired,
all cookies are deleted. I am sure its not my browser, maybe it clears
before creating a session?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---