aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Session.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-6/+7
* revert accidental change in sessionMario2023-01-051-1/+1
* fix affinity slider updates - issue #1714Mario2023-01-051-1/+1
* fix php warningsMario2022-10-121-1/+1
* revert commit 7e2aecd8Mario2022-01-111-1/+1
* lifetime->expiresMario2022-01-101-1/+1
* set samesite cookie flag to none - some browsers start to default the flag to...Mario2022-01-101-19/+56
* Implement custom Redis session backendMax Kostikov2021-03-191-13/+23
* clean up whitespace and remove superfluous semicolonMario Vavti2019-01-291-18/+20
* Custom sessionhandler support, as requestedMark Nowiasz2019-01-291-15/+35
* This explains it all. Don't set the domain when creating a cookie. You'll get...redmatrix2016-05-181-17/+10
* Document what I know about the session regeneration issue. I'm really tired o...redmatrix2016-05-181-0/+13
* comment out session_regenerate until we get this sortedredmatrix2016-05-181-1/+1
* Revert "Revert "yet more session work""redmatrix2016-05-181-2/+2
* Revert "yet more session work"redmatrix2016-05-181-2/+2
* yet more session workredmatrix2016-05-161-2/+2
* an issue related to #386redmatrix2016-05-161-0/+1
* more work on sessions and cookies, as some anomalies appeared in caldav and f...redmatrix2016-05-161-13/+18
* restrict static to the one function that requires itredmatrix2016-05-161-5/+5
* changes to session for cdev compatibilityredmatrix2016-05-161-6/+6
* try again with shutdown handler, fix issue #373 (live-pubstream div wasn't pr...redmatrix2016-05-101-1/+4
* reverse the logic of the jsenabled setting so that sessions without js are pe...redmatrix2016-04-121-2/+2
* Important work on the sessionhandler to maintain compatibility with php7 and ...redmatrix2016-04-121-15/+25
* 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 changes...redmatrix2016-04-101-2/+57
* a few issues: block public not blocking mod_cal, typo in sql for one clone fi...redmatrix2016-04-101-12/+17
* 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