I'm not sure how to cache a query into session scope.. unless you mean just cache the queryname in session scope..
Yes, there are a few cfsearch queries that are ran. Then the results are unioned together into a bigger query. It's the bigger query that I want to cache. -Jason On Fri, Feb 26, 2010 at 3:46 PM, Matthew Woodward <[email protected]>wrote: > On Fri, Feb 26, 2010 at 1:32 PM, Jason King <[email protected]>wrote: > >> Well, the queries could be from users who haven't logged in.. Is there >> still a session scope available? >> > > Yep. Session doesn't necessarily have anything to do with logging in. > > >> >> Another thing is though, it will be unique to each user, but I also want >> to be able to provide multiple queries to each user. >> > > So you can store multiple queries in the session. > > >> >> The query being cached is a query of queries derived from results from >> <CFSEARCH>, so there isn't any difference in one query from another. > > > Don't know what you mean--you'll have to elaborate. Are you doing a query > of query? Is the query you're querying the same across all users? > -- > Matthew Woodward > [email protected] > http://blog.mattwoodward.com > identi.ca/Twitter: @mpwoodward > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments. > http://www.gnu.org/philosophy/no-word-attachments.html > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
