aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/SessionHandler.php
Commit message (Expand)AuthorAgeFilesLines
* fix php8.1 deprecation warningMario2022-02-091-1/+1
* gc() returns boolMario2022-02-091-1/+1
* revert: union types are only possible from php version 8 and higherMario2022-02-091-2/+2
* PHP 8.1 band-aidMario Vavti2022-01-311-9/+9
* fix issue #1331Mario Vavti2019-09-191-1/+6
* more backticksredmatrix2016-10-031-5/+5
* force non-null sess_dataredmatrix2016-07-111-1/+2
* more removal of reserved words from DB schemasredmatrix2016-05-311-3/+3
* Important work on the sessionhandler to maintain compatibility with php7 and ...redmatrix2016-04-121-42/+38
* 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 fi...redmatrix2016-04-101-1/+6
* objectify all the session management stuffredmatrix2016-04-081-0/+78