ISessionStateModule.ReleaseSessionState Method (HttpContext)

 

Releases the session state for the specified HttpContext.

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

Sub ReleaseSessionState (
	context As HttpContext
)

Parameters

context
Type: System.Web.HttpContext

The HttpContext for which to to release the session state.

.NET Framework
Available since 4.6.2
Return to top
Show: