Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Knut BewersdorffKnut BewersdorffPriority
MajorLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Knut Bewersdorff
Knut BewersdorffPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 6 February 2021 at 21:55
Updated 15 March 2024 at 15:06
Resolved 12 March 2022 at 14:28
The onSessionEnd() function in Application.cfc is never triggered when using JEE sessions and a session times out. There are no problems when using CFML sessions. Another user confirmed this bug under https://dev.lucee.org/t/onsessionend-is-never-triggered-when-using-jee-sessions/7919.
I created two small test files for this in the attached zip.
We urgently need the onSessionEnd() function to do some database queries when a session times out.