Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
Session Object
All Collections
All Events
All Methods
All Objects
All Properties
PROPERTY: Session.SessionID
The
SessionID
property returns the unique session identifier for the current user. The identifier is generated by the server and is a
Long
data type.
Code:
<% Response.Write "Your Session ID is " &
Session.SessionID
%>
Output:
Your Session ID is 465107831
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information