a CFC in a users session variable. This has always seemed strange to me. Why
not cache the CFC for the application and only store the users data in a
session struct. Is there something I'm missing about saving an entire CFC
reference per user? Doesn't it have a higher overhead? Is there a
performance savings?
well if you're storing some data/function specific to that user it makes
perfect sense, say pulling in locale specific resources (resource bundles,
culture-specific formatting, etc.) on a multi-lingual website for instance.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

