Need your suggestion about using both of them, and which one provide greater reliability.
I have used hidden fields in my website all the values are kept inside the hidden fields and submitted further and further, page by page in which some hidden field values remain same for every page.
Recently I got a problem , where I need to expire the previous( visited page ) and cookies provide good handling for that but before the project start I was thinking, that user can disable the cookies so it is good to make use of hidden fields.
Can I still expire the previous page without the use of cookies.