On Wed, Dec 7, 2011 at 4:26 AM, herman vierendeels <[email protected]> wrote: > Should we put a unique constraint on session.users_id to track > session-problems as early as possible? > The session table has very limited uses in 1.3. If we are going to do that, I would suggest doing so on a private copy first and run it for a week or so before making the change global.
The session doesn't provide login access. All it does is track discretionary locks and open forms (for anti-xsrf measures). It's not critical to see a duplicate session, to be honest. ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
