IHttpSessionState.IsNewSession Property
.NET Framework 3.0
Gets a value indicating whether the session was created with the current request.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example implements the IsNewSession property of the IHttpSessionState interface.
Community Additions
ADD
Show: