>One problem I worry about with this: Session variables are frequently
>stored in the Registry on NT machines, yes? So if you had a very large
>query, or quite a few users, you are potentially packing a lot of info into
>the registry. Perhaps unwise.
actually, session variables are stored in the web server's memory. i think
you're thinking about client variables which can be stored in the registry
(but don't have to be - can be stored in cookied or in a db on the
server-side). but yes, large client variables stored in the registry can be
hugely problematic. -emily
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.