What is the http header to send a cookie

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hedge
Forum Contributor
Posts: 234
Joined: Fri Aug 30, 2002 10:19 am
Location: Calgary, AB, Canada

What is the http header to send a cookie

Post 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.
Post Reply