[thelist] Cookie Help - Mozilla problem

John Spurgin johns at net-communities.co.uk
Fri Jul 30 11:23:57 CDT 2004


Hi All,

I hope everyone is well on this fine Friday afternoon (for me anyway!)

I am having a problem expiring cookies on some browsers.

I am using ASP and the cookies expire in IE (Windows and Mac) but not in
Mozilla or Safari.

I am doing the following...

Response.Cookies("cookieName").Expires = "July 31, 2000"

I have tried...

Response.Cookies("cookieName").Expires = Date - 1
Response.Cookies("cookieName").Expires = #July 31, 2000#

All of them work in IE but not in Mozilla.

Can anyone help?

Many thanks in advance,

John


More information about the thelist mailing list