PHP Classes

Unable to Get Cooki

Recommend this page to a friend!

      Grab Yahoo  >  All threads  >  Unable to Get Cooki  >  (Un) Subscribe thread alerts  
Subject:Unable to Get Cooki
Summary:Cookie error in GrabYahoo
Messages:3
Author:stranger
Date:2007-09-12 07:53:21
Update:2007-09-13 09:50:23
 

  1. Unable to Get Cooki   Reply   Report abuse  
Picture of stranger stranger - 2007-09-12 07:53:22
Hi,

I am using grabyahoo to fetch the addresslist. Wheenver i clear my cookies and i again use the application, it's not working. The cookie isn't getting created. I have set all the paths and variables perfectly. It was working fine previously but whenever a page refresh is made which clears cookies, The GrabYahoo application isn'w working.

How can i solve this as fast as possible.

Thanks for the help in advance
stranger

  2. Re: Unable to Get Cooki   Reply   Report abuse  
Picture of Ehsanul Haque Ehsanul Haque - 2007-09-12 13:43:56 - In reply to message 1 from stranger
Sorry, I could not reproduce the bug you reported. Try to download the class version 1.3, which is the stable version.

If that does not solve the problem, make sure the directories where the cookie files are first created is writable to the web server.

Thanks

  3. Re: Unable to Get Cooki   Reply   Report abuse  
Picture of stranger stranger - 2007-09-13 09:50:23 - In reply to message 2 from Ehsanul Haque
Hi Ehsan,

I am using these libraries in symfony. For rediff and other libraries,
I need $header and $body values. You have directly used them as
$this->splitPage($response, $header, $body);

You are getting $response value from
$response = $this->getSocket("mail.rediff.com","http://f3mail.rediff.com/bn/address.cgi?$newPostString","POST",80,$fake_proxy,$cookies_phase3,"$postString","http://mail.rediff.com/cgi-bin/login.cgi");

What about $header and $body.

As i am using them in symfony framework, I am unable to get those values.

Thanks for the help in advance
stranger