aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/SessionHandler.php
Commit message (Collapse)AuthorAgeFilesLines
* Important work on the sessionhandler to maintain compatibility with php7 and ↵redmatrix2016-04-121-42/+38
| | | | | | php5x (x > 4) Merge branch 'master' into dev
* move all DB session storage logic to SessionHandler where it belongsredmatrix2016-04-111-0/+9
|
* a few issues: block public not blocking mod_cal, typo in sql for one clone ↵redmatrix2016-04-101-1/+6
| | | | file sync operation, fix_system_urls not catching cached contact photos, extend sessionhandler expiration when remember_me is enabled as the stored session is expiring long before the browser session.
* objectify all the session management stuffredmatrix2016-04-081-0/+78