On 8/24/06, Russ <[EMAIL PROTECTED]> wrote: > > We have a large app, and I'm trying to figure something out about the way > it > works. It does this type of stuff at the beginning of every request > ...
I am too thick to understand if Joseph meant yes or no, but from my exp. it's "No", something is duplicating the request var back to the session. Like so: http://www.phptr.com/articles/article.asp?p=24131&seqNum=6&rl=1 When I update the "request.thisSes.someVar", it doesn't update the session var. But I could be bassackwards, course of. I found I had to "push" the vars back and forth though. Personally. Any comments on this approach to locking shared scopes? This isn't a facade, right? Is scopeFacade.cfc a better approach? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250992 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

