SessionStateStoreProviderBase.EndRequest Method

Called by the SessionStateModule object at the end of a request.

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

public:
virtual void EndRequest (
	HttpContext^ context
) abstract
public abstract void EndRequest (
	HttpContext context
)
public abstract function EndRequest (
	context : HttpContext
)
Not applicable.

Parameters

context

The HttpContext for the current request.

The SessionStateModule object calls the EndRequest method at the end of a request for an ASP.NET page, during the EndRequest event. You can use the EndRequest method to perform any per-request cleanup required by your session-state store provider.

For an example of a session-state store provider implementation, see Implementing a Session-State Store Provider.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: