|
Posted by David Dorward on 11/20/03 11:36
marcwentink@hotmail.com wrote:
> I am using socket programming and I am sending a request from client to
> server, I have made this message in my program but somehow, the COOKIE
> I set does not get to the server
The browser makes a request, which includes any cookies that are set
already.
The server makes a response, which can set cookies.
Are you trying to read the cookies inside the script that just set them? If
so they won't exist yet.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|