aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Session.php
Commit message (Collapse)AuthorAgeFilesLines
* reverse the logic of the jsenabled setting so that sessions without js are ↵redmatrix2016-04-121-2/+2
| | | | performance penalised instead of regular sessions.
* Important work on the sessionhandler to maintain compatibility with php7 and ↵redmatrix2016-04-121-15/+25
| | | | | | php5x (x > 4) Merge branch 'master' into dev
* move all DB session storage logic to SessionHandler where it belongsredmatrix2016-04-111-4/+1
|
* whitespaceMario Vavti2016-04-111-10/+10
|
* move more session related stuff such as paranoia handling (IP address ↵redmatrix2016-04-101-2/+57
| | | | changes) into the session object and extend remember_me cookies once a day so that they will never expire (theoretically). The DB session driver will extend its expiration on every session write (in the case of persistent sessions).
* a few issues: block public not blocking mod_cal, typo in sql for one clone ↵redmatrix2016-04-101-12/+17
| | | | 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.
* log if the session handler fails and surface the ssl_cookie config settingredmatrix2016-04-081-1/+3
|
* objectify all the session management stuffredmatrix2016-04-081-0/+91