ASKER
ASKER
ASKER
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY
A recent project needed to remember the user w/o a provider in the mix, so we used a cookie.
There are tons of examples on writing a cookie from js so I won't bother posting the links. A quick search will get you there.
You can also write a cookie from the controller like this:
Response.Cookies["mycookie