Your setting the cookie values as values of cookies, dogh!
It should just be CFID and CFTOKEN.
Also need to disable the cookies in cfapplication so it doesn't create
them.


> -----Original Message-----
> From: Ben Lowndes [mailto:ben@;lowndes.net] 
> Sent: 01 November 2002 10:23
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] Browser session cookies.
> 
> 
> 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]
> 
> 



-- 
** 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