ASP SessionID Attribute
Definition and Usage
The SessionID property returns a unique id for each user. This id is generated by the server.
Syntax
Session.SessionID
Example
<% Response.Write(Session.SessionID) %>
Your SessionID has been outputted:
511881898