|
|||
|
Hi
I need to keep a value in Cookie referred Zend Framework: Documentation and Used as $cookie = new Zend_Http_Cookie('foo', 'bar', '.example.com', time() + 7200, '/path'); echo $cookie->getName(); But i couldn't access get the $cookie object in another page.. How i can get that (already initialized) object there? ----------------------------- i also tried the normal setcookie() and $_COOKIE['cookie_var'] method but it only lives in that particular Controller when i tried to access $_COOKIE[] from another file. it wont coming.. Please Help Regards Anees |
![]() |
| Thread Tools | |
| Display Modes | |
|
|