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. > > 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: > > http://framework.zend.com/manual/en/zend.http.cookies.html > > I am a little confused on how to use it. > > What I want is to save an array in the cookie object, add to it a page_id > ( or url ) every time a page is requested, > and then retrieve it anywhere I want to use it in my application. > > Some advices about the code to use? > > Thanks > > S. > > > _________________________________________________________________ > Naviga più semplice, più veloce e più sicuro. Scarica Internet Explorer 8 > per MSN! > > http://cid-16be95750dd16d04.skydrive.live.com/self.aspx/le%20PV%20in%20viaggio!/89.JPG > -- View this message in context: http://www.nabble.com/Cookie-Usage-tp24495384p24514896.html Sent from the Zend Framework mailing list archive at Nabble.com.
