>Is it possible to cache a query only for a particular user for only the
>length of his or her session?
>I have a query that generates a roles & privileges packet that applies only
>to the current session and user. When the session expires so does the cached
>query.
>What the memory load differences vs. storing a session variable with a WDDX
>packet in it?
you would have to write the query to an array and then store it in a
session variable. but you could also write the query results to a wddx
packet and write that to a session variable. i don't know that there would
be more overhead one way or another...? -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.