Hi
I comment to them on an experience that I had with the COOKIES in IE.
I was doing:
Response.setCookie ("rs", or + ";" + I stand out(camp))
In firefox was working well, but in IE it was not working.
What was happening is that in IE ";" it(he,she) recognizes it as
divider of cookies, then change it for:
Response.setCookie ("rs", or + "-" + I stand out(camp)) and there worked.
Regards
|