But what's the difference? Both are just reading and re-wrting the cookies without an expires attribute?
> -----Original Message----- > From: Paul Fennell [mailto:paul@;satachi.com] > Sent: 01 November 2002 10:34 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] Browser session cookies. > > > > > *cough > > > <cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")> > <cfset cfid_local = Cookie.CFID> > <cfset cftoken_local = Cookie.CFTOKEN> > <cfcookie name="CFID" value="#cfid_local#"> > <cfcookie name="CFTOKEN" value="#cftoken_local#"> > </cfif> > > > > > > -----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] > > -- ** 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]
