I have a form with validation for some required fields. Supose that I submit the form without some of these required fields: the validator checks that and I'm redirected to the same form, but now if I go back form browser button the page expires.

There is a way to prevent for page expiration in this case?

Thanks