Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Andrew Dixon
Andrew DixonLabels
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
Fix versions
Priority
Created 5 April 2016 at 19:34
Updated 16 May 2023 at 06:56
Resolved 10 August 2016 at 15:33
Currently the cfapplication is missing the attributes
sessioncookie
andauthcookie
meaning the developer has no control over the cookies set by cfapplication, see Adobe doc for details on attributes:https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-a-b/cfapplication.html
This would allow, for example a developer to set the cookie to a domain, be httpOnly, secure, etc... e.g.:
Google Group discussion here:
https://groups.google.com/forum/#!msg/lucee/f-HofCD_UeI/e-AMyFX2AAAJ
This is also related to this change here:
https://github.com/getrailo/railo/pull/314
Which made CFID and CFTOKEN always be httpOnly cookies.
Also some background on setting a cookie as secure:
https://www.owasp.org/index.php/SecureFlag