I use:
<cfcookie name="cookiename" value="#value#" expires="NEVER">
and the cookie is terminated/deleted whenever I close the browser.

on the application.cfm there is:
<cfapplication name="appname" clientmanagement="Yes"
sessionmanagement="Yes" setclientcookies="Yes" clientstorage="Cookie">

Any idea why this is happening?!

Thanks


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to