cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re[2]: Sessions in CURL

From: Vladimir <vladkalmik_at_yahoo.com>
Date: Tue, 12 Jun 2001 12:14:22 +0300

Hello Mark,

Tuesday, June 12, 2001, 11:11:46 AM, you wrote:

MG> Hey,

>> I tried to call two times the same page consecutivly in the same CURL
>> session but. Everytime I have the result
>> Fatal error: Maximum execution time of 30 seconds exceeded in
>> c:\wwwroot\page\form.php on line 59
>> In spite of my string:
>> curl_setopt ($ch, CURLOPT_TIMEOUT, 120);

MG> The PHP script maximum execution time is totally different to the
MG> curl timeout.. Try upping your PHP maximum execution time in your
MG> php.ini.

MG> Regards,

OK. Thanks I fixed it and everything is fine, but another problem
still persist :)
I accessed two pages consecutively and I looked to the headers
I have two diferent cookie strings
Set-cookie: ASPSESSIONIDQGQGGQEU=PAOHINOCEGKHLDMEGHOEPIGO => first
page (I logged in).
Set-cookie: ASPSESSIONIDQGQGGQEU=BBOHINOCBAJIFHIJJHNKEFHD => second
page. (I try to send form).
It seems to me they must be the same, am I right?

-- 
Best regards,
 Vladimir                            mailto:vladkalmik_at_yahoo.com
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________
Curl-and-php mailing list
http://curl.haxx.se/
Received on 2001-06-12