On 6/21/05, Johnny Le <[EMAIL PROTECTED]> wrote:
> So, Sean, if they are not "persistent", then all scopes (session, 
> application, server, cookie) are "shared" scope?  So "shared" here means 
> sharing among requests and not among users?

Server and application scopes are shared among users. Session scope is
shared among requests. Request scope is shared among pages.

If you think of it in terms of lifetimes, it's probably easier to "see":

<-------------- server ---------------------------------->
   <------------ application ------------------------->
         <-------- session --------------------------->
           <-- request -->  <-- request ----------->
             <-- page -->      <- page -><- page ->

page = 'variables' scope on a CFM page

(I think those lines should make it clear but ASCII art is not my strong suit!)
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210097
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to