C
Calvin Lai
Hi all,
I was developing an web application where the data in the client are stored
in cookies using the Response.Cookies collection. However, I have found out
that for some clients, their browser stored the cookies as name values pairs
with "." (Comma) instead of ";" (semi-colon) as delimiters! And this has
created a problem for the Request.Cookies collection because (I believe) the
microsoft cookies object has ";" as default delimiter. Does anyone how to
chage that? Thanks a lot.
Calvin
I was developing an web application where the data in the client are stored
in cookies using the Response.Cookies collection. However, I have found out
that for some clients, their browser stored the cookies as name values pairs
with "." (Comma) instead of ";" (semi-colon) as delimiters! And this has
created a problem for the Request.Cookies collection because (I believe) the
microsoft cookies object has ";" as default delimiter. Does anyone how to
chage that? Thanks a lot.
Calvin