Clustered environment - pass recordset to new window (popup)
Hello, everyone.
I am currently working on a project (internal application) that will be hosted on load-balanced servers, and I need to pass a few small recordsets to a pop up window for some select boxes. Obviously, Application variables won't work, and Session variables have been disabled.
What is the best method, in this circumstance, of passing a few small recordsets to a pop up window? I can't run the query directly from the pop up because the query takes too long to run, directly; it's quicker to query a query that already ran in the parent window.
I am not a CF developer and know next to nothing about it, but I have solved a similar problem in the past with JSON. Pass the information to the popup window as JSON and use javascript to display it.
Thanks for the suggestion. The client wound up giving me a completely different query to run for that, retrieving from a different database (they didn't tell me about this, early on.)
Bookmarks