Issues
- StructKeyExists and elvis operator create sessions even if no key is defined.LDEV-5155
- default CFID expire time is only 20 daysLDEV-4274Resolved issue: LDEV-4274Michael Offner
- improve exception when creating an index on cf_session_data failsLDEV-4248Resolved issue: LDEV-4248Pothys - MitrahSoft
- URLSessionFormat() function does not work when using JEE/J2EE sessions when a client does not accept cookiesLDEV-3707Resolved issue: LDEV-3707Michael Offner
- Allow default session cookie name to be customizedLDEV-3664Resolved issue: LDEV-3664
- sessions can timeout with an active requestLDEV-3212Michael Offner
- add sessioncookie support for path attributeLDEV-3062Resolved issue: LDEV-3062Pothys - MitrahSoft
- Calling CFTHREAD Creates New JSESSIONID Cookie Even When Session Management Is DisabledLDEV-2954Resolved issue: LDEV-2954Pothys - MitrahSoft
- lucee session databases queries aren't namedLDEV-2823Resolved issue: LDEV-2823Michael Offner
- Session storage in a cookie silently fails and saves nothing if it can't serialize sessionLDEV-2587
- Reduce INFO loggingLDEV-2578Resolved issue: LDEV-2578Michael Offner
- csrfGenerateToken() and csrfVerifyToken() with no arguments throw a null pointer exception.LDEV-2565Resolved issue: LDEV-2565Michael Offner
- Regression w/CFML Sessions: Session scope does not support CSRF TokensLDEV-2536Resolved issue: LDEV-2536
- External session cache not expiring with NoSQL backendLDEV-2185
- SessionRotate() works not with SessionType="J2EE"LDEV-1889Michael Offner
- this.sessioncluster=true breaks sessionsLDEV-1207Resolved issue: LDEV-1207Michael Offner
16 of 16
StructKeyExists and elvis operator create sessions even if no key is defined.
Details
Assignee
UnassignedUnassignedReporter
Gert FranzGert FranzPriority
NewLabels
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
Details
Details
Assignee
Unassigned
UnassignedReporter
Gert Franz
Gert FranzPriority
Labels
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
Created 12 November 2024 at 13:44
Updated 6 March 2025 at 11:30
Activity
Show:
Zac Spitzer12 November 2024 at 16:25Edited
The following code:
creates unnecessary sessions in Lucee. If this is executed lots of times, the number of sessions can increase significantly. The same might apply for
structKeyExists(session, "somekey")