The Place ASP Developers Go!
Home
News
Samples
Articles
Lessons
Resources
Forum
Links
Search
Tech Jobs
Please visit our partners
Windows Technology
15 Seconds
4GuysFromRolla.com
ASP 101
ASP Wire
VB Forums
VB Wire
WinDrivers.com
internet.commerce
Partners & Affiliates
ASP 101 is an
internet.com site
IT
Developer
Internet News
Small Business
Personal Technology
Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers
ASP 101 News Flash
Top ASP 101 Stories
The Top 10 ASP Links @ Microsoft.com
What is Adovbs.inc and Why Do I Need It?
An Overview of ASP.NET
QUICK TIP:
ASP.NET's MachineKey Element and Web Farms
Show All Tips >>
ASP 101 Updates
Session Object
Collections
Contents:
Contains the items that you have added to the session with script commands.
StaticObjects:
Contains the objects created with the <OBJECT> tag and given session scope.
Properties
CodePage:
The codepage that will be used for symbol mapping.
LCID:
The locale identifier.
SessionID:
Returns the session identification for this user.
Timeout:
The timeout period for the session state for this application, in minutes.
Methods
Abandon:
This method destroys a Session object and releases its resources.
Events
Scripts for the following events are declared in the global.asa file.
Session_OnEnd:
Occurs when a session is abandoned or times out.
Session_OnStart:
Occurs when the server creates a new session.
Home
|
News
|
Samples
|
Articles
|
Lessons
|
Resources
|
Forum
|
Links
|
Search
|
Feedback