Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Tim Parker
Tim ParkerPriority
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
Affects versions
Created 23 October 2015 at 20:03
Updated 5 June 2020 at 15:06
If CFThread is used in a request which was launched without CFID/CFToken cookies, a new session is created for the thread
run the attached code (thread-test.cfm) - if this is run from the browser in an established session (i.e. CFID/CFToken are stable from one request to the next), the output shows that CFID is consistent between the main request and the child thread
run this code via CFSchedule (or CFHTTP without passing any cookies) [log output to file for CFSchedule], and observe that the CFID is NOT the same