Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)
Created: 07/11/2013
Components: Security
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / CF10_Update14
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win All
Vote Count: 4
Problem Description:
Domain attribute of cfcookie is always trimmed to ".domain.tld" which could be problematic especially when session are not supposed to be shared across subdomains.
Steps to Reproduce:
<cfcookie name="CFID" value="#session.cfid#" domain=".subdomain.domain.tld">
Actual Result: Set-Cookie: CFID=4215; Domain=.domain.tld; Expires=Sat, 04-Jul-2043 01:43:49 GMT; Path=/; HttpOnly
Expected Result: Set-Cookie: CFID=4212; Domain=.subdomain.domain.tld; Expires=Sat, 04-Jul-2043 01:37:03 GMT; Path=/; HttpOnly
Any Workarounds: Use <cfheader> instead of <cfcookie>
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3593673
External Customer Info:
External Company:
External Customer Name: henrylearn2rock
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: