>
> I would like to carry query results across a number of pages
> as users move through the site without having to perform the
> query on each page.
>
> I understand persistant queries with the "cachewithin"
> attribute but that's not possible with this query as it
> includes an embedded <CFQUERYPARAM> tag.
>
> What's the best, least CPU-intensive solution to this problem?
Use the CFQUERYPARAM and then store the query in the Application scope
Best of both worlds
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

