EXPIRES="Never" produces exactly the behavoir you described. THe cookie
persists only as long as the browser is open. To get a cookie to last 14
days, you have to do EXPIRES="14".

> I'm getting really frustrated from this CFCOOKIE thing.
> Apparently, after I assign the cookie with Timeout="Never" the cookie
> is deleted and terminated every time the user closes the browser.
> I tried to change Timeout to 14 days, but it didn't help.
> Closing the browser terminates the cookie.
> 
> Is there a diffrent way to assign cookies?
> 
> PLEASE HELP!!!
> 
> -=Michael.
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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