Your second <!-request-> block has two page scopes.  Are you
considering pageContext.forward() to create that scenario, or
something else?

cheers,
barneyb

On 6/21/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> 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!

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210124
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to