dominiquevienne / honeypot

This PHP library is used to manage honeypots in HTML forms. It will create the input form and do the necessary checks.
Apache License 2.0
10 stars 5 forks source link

Honeypot failure attempts per page instead of global? #7

Open juergenweb opened 6 years ago

juergenweb commented 6 years ago

Hello, I have a question: I have included honeypot in several forms of my site. Is it a usual behavior that that honepot attempts of one form will be also taken for other forms on the site?

Fe. If I have done 5 failed attempts in my contact form without success and I switch to another page with fe a newsletter form, all the failed attempts from the contact form will be taken into account of the newsletter form.

So I start on the newsletter form with attempt 6 and not 1.

Wouldnt it be better that the failed attempts will be counted individually on each form. Fe to start an individual session for each form to count the attempts?

Best regards