Well the "request" scope does not, as they say, consume memory as it is used
for the request (top to bottom) and then it is gone.

Of course you could use App or Ser vars. But why? No locking required (even
with the J2EE enabled CF). Yes Session and other scope vars might be
required but after 12 years CF dev you can do most with Request, still be
secure (within reason - I do not store CredCard details for example),

You need to examine how not only CF but other App languages deal with
sessions, requests, etc.

I know am right by NOT using Application scope for basic stuff.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to