summaryrefslogtreecommitdiff
path: root/classes/Session.php
AgeCommit message (Collapse)Author
2010-12-10Workaround 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-28additional debugging data for SessionsEvan Prodromou
2009-10-09don't write session if it's unchangedEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-02don't delete during selectEvan Prodromou
2009-08-02GC sessions one by one to make sure memcached gets clearedEvan Prodromou
2009-07-21correctly gc sessionsEvan Prodromou
2009-06-27debug flag for sessionsEvan Prodromou
2009-06-27some debugging code for sessionsEvan Prodromou
2009-06-27fixup perms on auto-generated filesEvan Prodromou
2009-06-27a memcached_dataobject class for saving sessionsEvan Prodromou
2009-06-27session storageEvan Prodromou