I'm trying to setup browser only session cookies (e.g. when you close
the browser the session is lost).
I'm using the following to initalise the app:

<cfapplication name="myApp" clientmanagement="yes">

<!--- Re-Write the cookies as browser session only --->
<cfcookie name="CFTOKEN" value="#cookie.cfid#">
<cfcookie name="CFID" value="#cookie.cftoken#">

But I'm not getting the behaviour I'm expecting, specifically it losing
the session straight away.

Is my tired brain missing somethibng obvious?

Thanks
Ben


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to