The SessionID property returns the unique identifier for a user session.
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.
<% Response.Write "Your Session ID is " & Session.SessionID %>
Your Session ID is 465107831