ASP SessionID Property

The SessionID property returns a unique id for each user. The unique id is generated by the server.
Syntax
Session.SessionID
Examples
<%
Response.Write(Session.SessionID)
%>
Output:
772766038

The SessionID property returns a unique id for each user. The unique id is generated by the server.
Session.SessionID
<%
Response.Write(Session.SessionID)
%>
Output:
772766038
Your message has been sent to W3Schools.