is there a max size to the length of a hidden input in html?

Viewed 68840

in other words:

<input type="hidden" value="Can I put as much as I want in here, or is there a limit?" />

and if so, what is it?

2 Answers
Related