View Single Post
  #2 (permalink)  
Old 12-14-2007, 04:11 PM
millhost millhost is offline
Junior Member
 
Join Date: Dec 2007
Posts: 3
Default

Yes, I am facing the same problem.
I tried this code, but it seems not working.
$client = new Zend_Http_Client("http://www.abc.com");
$client->setCookie('var','value',time() + 2678400,'/');

Could anyone can give us some hints.
Reply With Quote