Hi,

i installed the anon module today and just a second ago a user told me he can't send the contact form because of a "invalid CAPTCHA token". So i removed the anon module quicky and the contact form / CAPTCHA check worked again.

Comments

mark_r’s picture

Title: Interfirence with CAPTCHA module (6.x-1.0-rc2) » Interference with CAPTCHA module (6.x-1.0-rc2)
Issue tags: +captcha
kbahey’s picture

Status: Active » Closed (works as designed)

The CAPTCHA module using $_SESSION[] for anonymous users.

This is a documented limitation of this module.