Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: ASP/ASP.NET Cookies


Message #1 by "Matt Dittman" <mddittman@h...> on Tue, 14 May 2002 18:39:22
How do you read cookies created with ASP.NET in a standard ASP page?  Do 
you have to write a parser of your own?  
Message #2 by Imar Spaanjaars <Imar@S...> on Tue, 14 May 2002 22:28:49 +0200
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?



  Return to Index