cookies

Working With Cookies in ASP

September 26, 2005 - 5:41pm — Brandon

Cookies are small text files that are stored on users' machines after they visit your website. When they go back to a website, the cookie information is sent along also, and can therefore be retrieved by the site that set them. Cookies are a great way to store non-essential user information.

Tags: Code, asp, cookies
Syndicate content