tracker issue : CF-4204131

select a category, or use search below
(searches all categories and all time range)
Title:

EET#580 Coldfusion does not expire empty-value cookies in IE - Japanese Locale

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): / ()

Created: 04/02/2019

Components: Language

Versions: 2016,2018

Failure Type:

Found In Build/Fixed In Build: / CF2016U11,CF2018U4

Priority/Frequency: Normal /

Locale/System: /

Vote Count: 0

Problem:In Internet Explorer, trying to set or expire an empty cookie results in a new session cookie with the name "cookieX" where X is some number and a value of "Y=" where Y is the cookie name.

Method:

Steps to Reproduce:

<cfcookie value="" name="A" expires="now" />

Result:

IN Internet Explorer:
New session cookie with name: cookie1 Value:"A=" and expires="session".

Expected:Cookie A will expire (expiration date in the past)

Workaround: NA

Note:

Attachments:

Comments: