Re: [fw-general] Cookie Usage

2009-07-16 Thread Giuliano Riccio
Zend_Http_Cookies is used to manage Zend_Http_Client cookies. To set cookies in the browser use the php function setcookie. Regards, Giuliano Razorblade wrote: Hi, on my project I want to save all the location where the user was ( maybe last 5 locations ) and show to him as a reminder.

RE: [fw-general] Cookie Usage

2009-07-16 Thread Sergio Rinaudo
Thank you, I'll try. S. Date: Thu, 16 Jul 2009 04:49:41 -0700 From: ricciogiuli...@gmail.com To: fw-general@lists.zend.com Subject: Re: [fw-general] Cookie Usage Zend_Http_Cookies is used to manage Zend_Http_Client cookies. To set cookies in the browser use the php function

[fw-general] Cookie Usage

2009-07-15 Thread Sergio Rinaudo
Hi, on my project I want to save all the location where the user was ( maybe last 5 locations ) and show to him as a reminder. Then I thought to use the zend_cookie object to store all the visited page ids ( or urls ), my problem is that, after I read the documentation here:

Re: [fw-general] Cookie Usage

2009-07-15 Thread Саша Стаменковић
Why not use session instead? Regards, Saša Stamenković On Wed, Jul 15, 2009 at 12:36 PM, Sergio Rinaudo kaiohken1...@hotmail.comwrote: Hi, on my project I want to save all the location where the user was ( maybe last 5 locations ) and show to him as a reminder. Then I thought to use the

FW: [fw-general] Cookie Usage

2009-07-15 Thread Sergio Rinaudo
@lists.zend.com Subject: Re: [fw-general] Cookie Usage Why not use session instead? Regards, Saša Stamenković On Wed, Jul 15, 2009 at 12:36 PM, Sergio Rinaudo kaiohken1...@hotmail.com wrote: Hi, on my project I want to save all the location where the user was ( maybe last 5 locations ) and show

Re: FW: [fw-general] Cookie Usage

2009-07-15 Thread Саша Стаменковић
this remainder, also if he is not logged or registered. S. -- Date: Wed, 15 Jul 2009 16:52:22 +0200 From: umpir...@gmail.com To: kaiohken1...@hotmail.com CC: fw-general@lists.zend.com Subject: Re: [fw-general] Cookie Usage Why not use session instead