The function lives in the application scope, but that's just the actual code of the function. Each time it runs it accesses it's environment, and that environmental access determines if there will be any context issues. If you only access the form, url, cgi, and request scopes, you're fine. If you access session, application, or server, you can run into problems.
cheers, barneyb On Wed, Jul 9, 2008 at 8:41 AM, Leitch, Oblio <[EMAIL PROTECTED]> wrote: > I apologize for the newbie question; brain is mush today. I have a > function in the application scope that returns info about the request. > Such as application.getAgent() might return "Mozilla"... It's my > understanding that that, though the function resides in shared space, it > is executing within a page context and so will only return that > context's info. Simultaneous calls will not mix results. Correct? > > This email message may contain privileged and/or confidential information. If > you are not the intended recipient(s), you are hereby notified that any > dissemination, distribution, or copying of this email message is strictly > prohibited. If you have received this message in error, please immediately > notify the sender and delete this email message from your computer. > > CAUTION: The Agency of Human Services cannot ensure the confidentiality or > security of email transmissions. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308813 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

