JavaDeploy
SiteMap
Perl 1
Perl 2
ASP
XML
ASP
«Prev
Intro ASP
Active Server Pages
Server Side Scripting
Script Syntax
Constants Variables
Arithmetic Operators
Decision Statement
Builtin Functions
Response Write
Three Parts
ASP Object Model
Methods Write Scripts
Project Interactive Message
Server Side Conclusion
Browser Server Dialog
Browser Server Communication
Request Query String
ASP Request Cookies
ASP Response Object
Customizing User Experience
Advertisement Rotation
Building Webapps
Running ASP Web Application
Running Managing ASP App
Using Global Asa File
App Level Variables
Variables Race Condition
File System Object
Writing Text File
Reading Outputting Files
Write Session Variables
ASP Web App Structure
Establishing a Session ID using ASP
When a user connects to the site, the server accepts the connection.
The server sends this value in the form of a cookie to the user's browser.
Until the connection is abandoned or times out, the server will use that value to mark the user's requests so it can return the requested files to the right place.
When a new user connects to the server, the server again consults an internal value, increments it by one, and assigns that value to the new user's connection