Description
This sample project shows how to have multiple Captcha-protected pages within the same PHP website.
As long as the Captcha instances have different names (Page1Captcha and Page2Captcha in the sample), they can have completely separate settings and won't interfere with each other's validation.
Even if a user opens the same page in multiple browser tabs, each tab will properly validate the shown Captcha code.