That's exactly what I use:
<cfcookie name="psuserNICK" value="#fixedusernick#" expires="NEVER">
and the cookie is terminated/deleted whenever I close the browser.

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

Thanks,

Michael.

----- Original Message -----
From: "Adkins, Randy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, May 07, 2001 6:56 PM
Subject: RE: cookies timeout!


> <CFCookie name="username" value="WHATEVERMYNAME" expires="Never">
>
> -----Original Message-----
> From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 1:43 PM
> To: CF-Talk
> Subject: cookies timeout!
>
>
> How can I prevent the cookie from being terminated (deleted) when the user
> close his browser?
> I want to write the cookie in his computer so he won't need to re-enter
> username&pwd
> every time he logs in.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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