Answered
cfadministrator API for "Maximum number of POST request parameters"
I would like to automate setup of my cf install and wondered how one can set maximum number of post params via the API?
I would like to automate setup of my cf install and wondered how one can set maximum number of post params via the API?
This worked just fine!
<cfscript>
adminObj = createObject("component","cfide.adminapi.administrator");
adminObj.login("xxx");
runtime = createObject("component", "CFIDE.adminapi.runtime");
runtime.setRuntimeProperty("PostParametersLimit","1000");
</cfscript>
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.