Software developer can use System.Web.SessionState.HttpSessionState member SessionID which provides the unique session identifier for the current user as a string. Related tutorials: How to preserve member variables for an ASP.NET page in C# How to configure session state to use AutoDetect in ASP.NET How to use session state in ASP.NET using C# How to check if a session is created for the current request in ASP.NET