How long is the POST data from forms stored in a session such that you can access it by the following command in PHP?
$_POST['email']
I have 777 forms and each give me data in the POST -form. Each name of the input is unique.
I would like to know where is limit about the POST -data.