Except that Server scope is as 'sticky' than application scope, since both exist between service starts. If you want a new check per user / per use, but not on every request, then I would still prefer to use the Session (or Client) scope instead of Application.
Just my 2c >But then you're stuck when it changes. > >Maybe the server scope is the way to go for this. It is the level above >application after all. > >SERVER.app1 = YOUR DATA GOES HERE > >Adrian >Building a database of ColdFusion errors at http://cferror.org/ > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313949 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

