Guys
I have a cookie problem. I set a cookie:
VB Code:
response.cookies("agentcode") = section Response.Cookies("agentcode").Expires= Date + 30
and if I retrieve it straight away then it's there:
VB Code:
response.write request.cookies("agentcode") response.end
However I then use response.redirect to send it to another page then I try to retrieve the cookie at the very top of that page and it's empty.
I've tried this on a few machines and different browsers.
Any ideas?!
