On buytaert.net the audio captcha player is not shown when a captcha needs to be entered in a contact form (I use Firefox on Mac). On my own site, the player is however shown... Firebug does not shown the audio captcha embed object, maybe a problem with the javascript which rewrites the page?

Comments

damien tournoud’s picture

Status: Active » Needs review
StatusFileSize
new7.32 KB

Ok, the javascript actually needs the session id... This should take care of it. I also extended the tests a little bit, now that we have access to the actual mollom session id.

dries’s picture

If we always generate both the Mollom ID and the session ID, and if Mollom forms never get cached, I wonder if we're not back to where we began, i.e. only use the Mollom session ID and get rid of Mollom ID.

damien tournoud’s picture

Actually, we probably can, as long as we keep the state management that is made to avoid its tampering. I'll look at this latter today.

damien tournoud’s picture

StatusFileSize
new10.37 KB

And here we are. Mollom ID is completely removed, in favor of the session ID returned by the mollom backend.

dries’s picture

Status: Needs review » Fixed

Committed to CVS HEAD. Thanks Damien.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.