Closed (fixed)
Project:
Mollom
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2008 at 20:34 UTC
Updated:
14 Jan 2009 at 14:50 UTC
Jump to comment: Most recent file
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.