I am attempting to use cfcookie to overwrite a cookie set by a 3rd-party JS
lib. The cookie I'm trying to overwrite has domain:

www.mysite.com

...so I'm doing:

cfcookie name="myname" domain="www.mysite.com" expires="never" path="/"
preservecase="true" value="myvalue"

...but this is resulting in a SECOND cookie with domain:

.www.mysite.com

Notice the new "." at the beginning. What am I doing wrong?

-- 
John Bliss - http://www.linkedin.com/in/jbliss


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358288
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to