jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Cookies with ASP

DeEnFrSp
Hits: 15

Cookies with ASP

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


Platform(s): n/a
Date: May, 18 2000
Author: http://www.aspalliance.com/stevesmith/articles/cookietutorial.asp

Ratings

Number of Ratings: 0 Votes
5     
0%
4
0%
3
0%
2
0%
1
0%
Visitor Voting Booth: Rate It!

Others Scripts

ADO, SQL, and data access tutorial

ASP/Tips and Tutorials/Database-related

Tic-Tac-Toe

ASP/Scripts and Components/Games and Entertainment

Simple Database Access

ASP/Scripts and Components/Database Tools

Current User Tracking

ASP/Scripts and Components/Web Traffic Analysis

Tracking Site Statistics

ASP/Scripts and Components/Web Traffic Analysis

File Access Tutorial

ASP/Tips and Tutorials/File Manipulation

Creating Excel Reports with ASP

ASP/Tips and Tutorials/Miscellaneous