Posted by David Dorward on 03/31/06 20:36
Martin wrote:
> How can I send a cookie (that was created by client-side scripting) to
> the server?
Issue any old http request, the browser will handle it automatically.
> It's my understanding that if the cookie had been created by the
> server, it would be automatically submitted when a request is sent to
> that server. Is it possible to achieve this same behavior with a
> cookie that was not created by the server?
A cookie, is a cookie, is a cookie. It doesn't matter how it was created.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
[Back to original message]
|