|
Posted by Martin on 03/31/06 21:30
On Fri, 31 Mar 2006 18:36:28 +0100, David Dorward <dorward@yahoo.com>
wrote:
>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:
Thank you, thank you, thank you. I have struggled with this for
several hours. It never dawned on me to simply check the cookies
collection on the server to see what was coming in.
Now, please educate me about something: how does the browser know
which cookies to send? Is it going to be sending those
client-side-created-cookies to every server that the user goes to from
now on?
Martin
Navigation:
[Reply to this message]
|