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


Fork me on GitHub