Home Submit Sources Feeds

Cookies and Sessions ASP Tutorials

Home » ASP » Cookies and Sessions (25 Tutorials)
Cookies 101
Cookies 101 tutorial
Cookies are a very useful; they can store usernames/password, preferences, last visits, etc. I will focus on storing information a user may type in at a typical website
How to create and retrieve cookies using ASP
How to create and retrieve cookies using ASP tutorial
They can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can set. Also, the clients browser must have cookies enabled for them to work.
Let's bake some cookies!
Let's bake some cookies! tutorial
Learn how to use cookies in your ASP pages.
Cookies with ASP
Cookies with ASP tutorial
Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, it's pretty safe to assume that anyone who is using your site can use cookies, since nearly every site that is non-static makes use of them(including all ASP sites that use sessions). It is also possible to set and read cookies using client-side code, but it is a bit more difficult. Reading and writing cookies using Active Server Pages' built in Request and Response objects is incredibly easy.
Write and Read A Cookie
Write and Read A Cookie tutorial
Cookies enable you to write text directly to a users computer. This can be used to easily recognize if a user has been to your site before or used to prevent multiple entries in to forms.
Home » ASP » Cookies and Sessions (25 Tutorials)
 
Subcategories
 
Categories
 
Advertisement