cfcookie not working (CF9)
I use this line of CF code to set new cookies :
<cfcookie name="PLARTS_MAIL_USERNAME" value="#trim(form.username)#" expires="410">
And i cannot see my cookie in FireFox , or readding it with Javascript,
or using CF read with : <cfparam name="cookie.PLARTS_MAIL_USERNAME" type="string" default="" />
It always return "blanc" , not existing.
(I can see other cookies from other Sites).
Any idea ? any help thanks.
