Hi, I'm migrating my web application from ASPP to ASP.NET Is it possible to read the cookies (from .NET) if these were written by ASP. I you have some samples, you're welcome. My pb is my cookie is ("MyCookie")("MyKeys") Regards Seb
Yes, it is possible to read persistent cookies that were set by an ASP application. Just use the Request.Cookies collection in ASP.NET to retrieve the values. See
this gotdotnet article for more info.
kristouf
Member
295 Points
59 Posts
COOKIES
Dec 01, 2003 03:34 PM|LINK
gordonb
Member
215 Points
43 Posts
Re: COOKIES
Dec 01, 2003 03:43 PM|LINK
Technical Training Consultant
QA IT Training & Consulting
www.qa.com