All work
- onSessionEnd() never triggered using SessionInvalidate()LDEV-4166Resolved issue: LDEV-4166Zac Spitzer
- can't test j2ee sessions with internalRequestLDEV-4061Michael Offner
- SessionRotate and CSRFGenerateToken throw exception with J2EE sessions enabled (not consistent with ACF)LDEV-2841Resolved issue: LDEV-2841Pothys - MitrahSoft
- Lucee Clustering - Session storage over database datasourceLDEV-1966Resolved issue: LDEV-1966Pothys - MitrahSoft
- User defined Application scope, session scope variables not in memory for templatesLDEV-1927
- CFLOGINUSER gets logged out during onRequestStart() in Application.cfcLDEV-1886Resolved issue: LDEV-1886Pothys - MitrahSoft
- Load balanced clustered sessions not working correctlyLDEV-1318Resolved issue: LDEV-1318Pothys - MitrahSoft
- Flex deployment - maintaining session information.LDEV-1288Resolved issue: LDEV-1288Michael Offner
- setting sessiontype in Application.cfc sometimes breaks sessionLDEV-1234Resolved issue: LDEV-1234Pothys - MitrahSoft
- Can't set Session Storage to use a Datasource nameLDEV-1131Resolved issue: LDEV-1131Michael Offner
- Can't set Session Storage to use a Datasource name.LDEV-1011Resolved issue: LDEV-1011Michael Offner
- J2EE Session not maintained in cfhttp requestsLDEV-918Resolved issue: LDEV-918Michael Offner
- sessionrotate() kills session when using datasource storageLDEV-677Resolved issue: LDEV-677Michael Offner
- Session type alway in "Application" option even after changeLDEV-525Resolved issue: LDEV-525Michael Offner
- CSRF functions are restricted to CF SessionsLDEV-412Resolved issue: LDEV-412Igal Sapir
15 of 15
onSessionEnd() never triggered using SessionInvalidate()
Fixed
Description
Environment
None
relates to
Details
Assignee
Zac SpitzerZac SpitzerReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
NewFix 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
Affects versions
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
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
Affects versions
Created 25 August 2022 at 10:39
Updated 30 January 2025 at 13:29
Resolved 30 January 2025 at 13:29
Activity
Pothys - MitrahSoft 30 January 2025 at 13:29
I've checked this issue with Lucee version 6.2.0.307-SNAPSHOT. Now the issue was resolved. So, I'll close this ticket.
Zac Spitzer 23 January 2025 at 11:47
Zac Spitzer 27 October 2022 at 12:23
Pothys - MitrahSoft 25 August 2022 at 14:15
I added a testcase to this ticket
Pull Request: https://github.com/lucee/Lucee/pull/1776
onSessionEnd() never triggered while using sessionInvalidate(). This regression starts from 5.2.9.13-SNAPSHOT onwards.
In older version 5.2.9.12-SNAPSHOT sessionInvalidate() triggers onSessionEnd after a while. But sessionInvalidate() triggers onSessionEnd immediately in ACF