On Fri, Sep 30, 2011 at 4:55 PM, Dmitry Chestnykh
<dmi...@codingrobots.com>wrote:

> No. Maybe we should create a new branch for overhaul of cookie code to
> allow multiple sessions?
>

i think that's a good idea - i'm not comfortable enough with the voodoo of
the login mechanism to make this change in a working branch :). Multiple
login sessions will require that some fields be migrated out of the user
table and into a new table. The anon user does not store the cookie data in
the user table (because it would log out all other anonymous users), using
only the cookie for validation.

In any case, this change will definitely collide with a couple refactorings
i've made to the core login code in the JSON branch (so that i could cook in
JSON mode to the cookie mechanism). But if it allows multiple logins, i'm
all for it.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to