How to create a server-side cookie using C#

  • Thread starter Thread starter raghavendra
  • Start date Start date
What exactly is a server side cookie? I know about HTTP cookies but they're
stored on the client, not server. You can create those with new HttpCookie
and send it to the client by adding it into the Cookies collection of your
HttpResponse object.

Jerry
 

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