When you open a new window with CTRL-N it is the same session since the cfid
and cftoken cookies (or url parameters) are still bound to you. So all the
session variables would still be vaild in both browser windows.

jon

----- Original Message -----
From: "Andy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, March 05, 2001 12:05 PM
Subject: Re: CFLOCK, when to use...


> Along these same lines,  when I open a new window, is that a new session?
> If so, how are session variables such as User ID carried over?  CFToken,
> CFID?
>
> Andy
>
> ----- Original Message -----
> From: "Dave Watts" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, March 02, 2001 4:41 PM
> Subject: RE: CFLOCK, when to use...
>
>
> > > A previous message mentioned locking session variables when
> > > you read or write them. Why? I thought session variables were
> > > unique to the client.
> >
> > They are. That doesn't mean that they can't be accessed concurrently by
> that
> > (multithreaded, frames-capable, back-button-enabled) client.
> >
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> > voice: (202) 797-5496
> > fax: (202) 797-5444
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to