Title:
<cfcookie> with no expires attribute managing session (CFID / CFTOKEN) browser only cookies results in persistent cookies
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Rob Nikkel / Rob Nikkel (The Whale #4)
Created: 05/04/2012
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Public Beta / 286333
Priority/Frequency: Major / All users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 1
Problem Description:
Manual management of session cookies (CFID / CFTOKEN) does not work when trying to create session only cookies
Steps to Reproduce:
Add this code to a test page: <cfcookie attributecollection="#{name = 'CFID', httpOnly = true, value = 'bunk', secure = false}#">
Expected Result:
Browser session cookie
Any Workarounds:
Using <cfheader name="set-cookie" value="CFID=bunk;path=/;HTTPOnly">
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3182493
External Customer Info:
External Company:
External Customer Name: The Whale #4
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows 7 64-bit, IIS 7, CF 10 Beta
Attachments:
Comments: