Copy link to clipboard
Copied
How can i pass parameters between coldfusion pages.
Copy link to clipboard
Copied
Depending on your specific requirements, you can pass them as hidden form fields or url parameters.
Or you can make them session variables and eliminate the need.
Copy link to clipboard
Copied
As well as the already mentioned get AKA url and post AKA form and session variables. Other choices include, cookie, applicaiton and server variables.