onSessionEnd

Defined in Application.cfc, invoked when a session expires or times out.

function onSessionEnd(sessionScope, applicationScope) {} → returns void

Argument Reference

sessionScope struct
Required

The session scope of the session that is ending.

applicationScope struct
Required

The application scope of the session that is ending.

Examples
Sample code invoking the onSessionEnd function

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub