I have a issue of posting large number of input elements on a page. Data after certain number of input elements is not posted and not saved.
My php.ini configuration is set to max_input_vars 20000
but still my data is truncated after certain number of input elements.
I have seen suhosin patch installed on my server in phpinfo.php in which i had asked the support to increase the suhosin.post.max_vars limit to 10000, but still the same issue exists.
Does the suhosin patch is limiting the POST data?
Any body have idea about the issue?
My php.ini configuration is set to max_input_vars 20000
but still my data is truncated after certain number of input elements.
I have seen suhosin patch installed on my server in phpinfo.php in which i had asked the support to increase the suhosin.post.max_vars limit to 10000, but still the same issue exists.
Does the suhosin patch is limiting the POST data?
Any body have idea about the issue?