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?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 348372-output-session-id.patch | 10.37 KB | damien tournoud |
| #1 | 348372-output-session-id.patch | 7.32 KB | damien tournoud |
Comments
Comment #1
damien tournoud commentedOk, 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.
Comment #2
dries commentedIf 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.
Comment #3
damien tournoud commentedActually, 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.
Comment #4
damien tournoud commentedAnd here we are. Mollom ID is completely removed, in favor of the session ID returned by the mollom backend.
Comment #5
dries commentedCommitted to CVS HEAD. Thanks Damien.