Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

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