thanks Pete - Kinley
>From: "Pete Freitag" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: Session variables >Date: Thu, 8 Nov 2001 05:09:57 -0500 > >Session variables are not "supposed" to be shared between clients. > >But they can be, if someone posts a link to your site with CFID and CFTOKEN >in it, everyone coming to the site will share the same session!! > >If Someone double clicks a link two nearly simultaneous requests are sent >to >the server (there could be conflicts there) > >If you have frames and two pages are processing at the same time, you could >get a conflict. > >That's why you must always lock session variables. > >+++++++++++++++++++++++++++++++++++++++++++++ >Pete Freitag ([EMAIL PROTECTED]) >CTO, CFDEV.COM >ColdFusion Developer Resources >http://www.cfdev.com/ > > >-----Original Message----- >From: Kinley Pon [mailto:[EMAIL PROTECTED]] >Sent: Thursday, November 08, 2001 3:19 AM >To: CF-Talk >Subject: Session variables > > >I am totally confused... > >In "Mastering Coldfusion 4.5 by Arman Danesh": > >"Although session variables are not shared between clients, it is still >possible for one client to have multiple threaded access to a session >variable. This could occur if frames are used, or if the user decides to >reload or refresh the page." > >Is this true? Session variables are not shared between clients. I should >only be using <CFLOCK> tags when session variables are being used within >frames. > >What is the normal rule of thumb? > >Totally confused... > >Help! - Kinley > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

