PHP Multiple form tokens

Posted by Juddling on Stack Overflow See other posts from Stack Overflow or by Juddling
Published on 2010-05-29T13:27:38Z Indexed on 2010/05/29 13:32 UTC
Read the original article Hit count: 166

Filed under:
|
|

I understand the idea of generating a form token and storing it in a session, and also putting it as a hidden input in my forms.

But how could I make this work if I have pages with multiple forms, is it still safe to use the same token for each form?

And I still feel weary about bots and stuff on my website, can these form tokens really safely replace CAPTCHAs?

© Stack Overflow or respective owner

Related posts about php

Related posts about forms