Convert a PHP cookie to an ASP.NET cookie

  • Thread starter Thread starter Guest
  • Start date Start date
Nuno,
All cookies are the same, regardless of what platform / language they were
created with. You can read any cookie by name with
Request.Cookies["cookieName"]
The documentation will provide details and sample code.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top