G
Guest
Is there a way to optimize session cookies so that they actually survive
between different asp.net pages. I am finding that asp.net forgets my
session cookies every time I go to different pages. The only work around I
have is to remind .net what the cookie values are on every single page. For
example:
Response.Cookies("MYCOOKIE")("UserType") =
Request.Cookies("MYCOOKIE")("UserType")
Any help would be greatly appreciated
between different asp.net pages. I am finding that asp.net forgets my
session cookies every time I go to different pages. The only work around I
have is to remind .net what the cookie values are on every single page. For
example:
Response.Cookies("MYCOOKIE")("UserType") =
Request.Cookies("MYCOOKIE")("UserType")
Any help would be greatly appreciated