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.
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.