SessionStateModule::ReleaseSessionState Method (HttpContext^)

 

Releases the session state for the specified HttpContext.

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

public:
virtual void ReleaseSessionState(
	HttpContext^ context
) sealed

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: