Add a sessionmanagement attribute to the cfapplication tag and set it's value to true.
Spike Stephen Milligan Team Macromedia - ColdFusion Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content Management' http://spikefu.blogspot.com > -----Original Message----- > From: Ben Lowndes [mailto:ben@;lowndes.net] > Sent: 01 November 2002 11: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]
