cfdocs

onSessionEnd

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

function onSessionEnd(sessionScope, applicationScope) {}
returns void

Argument Reference

Name Type Required Default Description
sessionScope struct Yes   The session scope of the session that is ending.
applicationScope struct Yes   The application scope of the session that is ending.