Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-10 | Workaround for locally-handled sessions breaking on PHP 5.3 with APC enabled. | Brion Vibber | |
Big thanks to the folks at http://pecl.php.net/bugs/bug.php?id=16745 for the secret juju! Classes were being torn down before session save handlers got called at the end of the request, which exploded with complaints about being unable to find various classes. Registering a shutdown function lets us explicitly close out the session before everything gets torn down. | |||
2010-01-28 | additional debugging data for Sessions | Evan Prodromou | |
2009-10-09 | don't write session if it's unchanged | Evan Prodromou | |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | a distributed -> the distributed | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-02 | don't delete during select | Evan Prodromou | |
2009-08-02 | GC sessions one by one to make sure memcached gets cleared | Evan Prodromou | |
2009-07-21 | correctly gc sessions | Evan Prodromou | |
2009-06-27 | debug flag for sessions | Evan Prodromou | |
2009-06-27 | some debugging code for sessions | Evan Prodromou | |
2009-06-27 | fixup perms on auto-generated files | Evan Prodromou | |
2009-06-27 | a memcached_dataobject class for saving sessions | Evan Prodromou | |
2009-06-27 | session storage | Evan Prodromou | |