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

curl-and-php

Re: session

From: Cenk Uysal <cenk_uysal_at_yahoo.com>
Date: Fri, 31 Jan 2003 08:54:05 -0800 (PST)

when i connect to the authentication script, this script checks for
my username and password. i send these values as url parameter. it
accepts that. then after authentication script validates my username
and password, creates a new session and redirects me to xxx.asp

session value is the random session id that travels in headers as
Cookie value. if i could know this session id, i could add it to my
curl connection with CURLOPT_COOKIE option. but it changes everytime
a connection is established.

xxx.asp checks for this session id, and if it doesnt exists, gives
error of course.

so my question is how can i understand which session id was given to
me and how can i add it to my curl connection and go to xxx.asp by
these values?

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
Received on 2003-01-31