I have a big DB Query (cfquery with many columns and rows) where the result has to be shared between two sub-webpages for scrolling all the entries back and forth. Calling the db query after switching between the pages is no options since it will be very laggy, therefore I try to avoid it.
Since this question seems to be trivial, I am not capable of finding a solution. Is there a best way/practice for this kind of issue?
I have tried to but the result into a struct but still no idea how to pass this "variable" to another page.