How can I send a cookie (that was created by client-side scripting) to
the server?
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?