TonyGroves
Programmer
I'm trying to write a HTTP header which will cause a specific cookie to be written, overwriting any of the same domain and name that already exists. I have:[tt]
Set-Cookie: login=user
assword; path=/; domain=.domain.com
[/tt]
but that does not overwrite a cookie that already exists.
Can anybody help please?
Thanks a lot.
Tony.
Set-Cookie: login=user
[/tt]
but that does not overwrite a cookie that already exists.
Can anybody help please?
Thanks a lot.
Tony.