hey everyone, if i am looking to send all of the information in an e-mail using formmail.php, that i obtained from multiple forms do i have to close() the session as soon as the final submit button is pressed? it is just that i can only get the last forms information to be e-mailed but when i do an...

echo '<pre>', print_r($_SESSION, true), '</pre>';

on the success page, it displays all of the input and their values?

any help would be great