On Fri, Oct 19, 2012 at 11:38 PM, GreenMotion <
green...@gmail.com> wrote:
> 1) how do I know what session ID goes with what user? (I didn't see a
> correlation between the sessions table and voters table)
The session is stored in serialized form. You can look for the
voter's id in user_data column. But I forgot one thing...
> 2) also, fortunately I don't have many sessions in the sessions table yet,
> so I cleared out ALL the session, but still, when the user tried to login,
> he one again got that same error message and the same sessionID re-appeared
> in the session table.
... which is you also have to set the voter's login column to null
(this can be found in voters table). Sorry about that.
--
Waldemar Amado Bautista