Page 1 of 1

What is the http header to send a cookie

Posted: Wed Feb 19, 2003 1:43 pm
by hedge
I am using fsockopen to communicate with an internal web server. It uses a cooke for authenticaion.

When I make the first request I get the cooke but don't know how to send it back... in other words how does the browser do it.

thanks.

BTW, please don't suggest setcookie(), that has nothing to do with my problem.