aspx thread: ASP/ASP.NET Cookies
How do you read cookies created with ASP.NET in a standard ASP page? Do you have to write a parser of your own?
There should not be a difference. Cookies set by one server-side technology can be read by others. You could read cookies with PHP that are set with ASP.NET for example. So, just set cookies in ASP.NET as the documentation describes, and then use Request.Cookies to read and Response.Cookies to write cookies in classic ASP. HtH Imar At 06:39 PM 5/14/2002 +0000, you wrote: >How do you read cookies created with ASP.NET in a standard ASP page? Do >you have to write a parser of your own?
|





