i've got csrf integrated throughout an entire app. no problems anywhere until today when working with a client to show them around. the area in question allows a user to search, select a subset (or all) of the items represented, and then move forward to do some data work with them.
it works totally fine until you hit ~70 records. if you've selected > 70 of the items and click the button to proceed then the function being called throws back the CSRF error The action you have requested is not allowed.
if I remove items to get below 70 then it works again. if I have the csrf token printed to the console it still shows up accurately when attempting to submit the 70+ items array.
i'm in Codeigniter using jQuery.
thanks for any input!
best,