Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Configure the Web.SessionState.SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override bool SetItemExpireCallback(
	SessionStateItemExpireCallback expireCallback
)

Parameters

expireCallback
Type: System.Web.SessionState..::.SessionStateItemExpireCallback
The Web.SessionState.SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file.

Return Value

true if the session-state store provider supports calling the Session_OnEnd event; otherwise, false.

See Also