Details
Assignee
Zac SpitzerZac SpitzerReporter
Brandon BrownBrandon BrownPriority
NewNew 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
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Brandon Brown
Brandon BrownPriority
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
Created 27 February 2023 at 21:09
Updated 12 June 2023 at 13:25
When running the code in the linked repo with cookies disabled on the client you will see that the
trackingId
session variable is occasionally lost after callingapplication action='update'
This is causing random errors in our legacy code that is supposed to operate on default session variables when it is a bot or a proxied request from another instance. It seems to affect all versions of Lucee. It is important when testing that the sessions are stored in Redis and that you have cookies disabled on the client so that it generates a new session on every request.https://github.com/Yamaha32088/LuceeClusteredSessionError
I have linked another issue that is very similar to this one. There is also this issue that has already been fixed but the issue I describe above still persists.