Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This explains it all. Don't set the domain when creating a cookie. You'll ↵ | redmatrix | 2016-05-18 | 1 | -17/+10 |
| | | | | get a wildcard and sessions will break if you have multiple domains running hubzilla (or any php basic session based code). | ||||
* | Document what I know about the session regeneration issue. I'm really tired ↵ | redmatrix | 2016-05-18 | 1 | -0/+13 |
| | | | | of fighting this darn thing. Sessions and cookies need to work. | ||||
* | comment out session_regenerate until we get this sorted | redmatrix | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "yet more session work"" | redmatrix | 2016-05-18 | 1 | -2/+2 |
| | | | | This reverts commit 37d14f3a1dbc8b4fea6831585c746be4a6602fcb. | ||||
* | Revert "yet more session work" | redmatrix | 2016-05-18 | 1 | -2/+2 |
| | | | | This reverts commit 51edd472c2e007490bdad3198ba1b2a3d7a09c45. | ||||
* | yet more session work | redmatrix | 2016-05-16 | 1 | -2/+2 |
| | |||||
* | an issue related to #386 | redmatrix | 2016-05-16 | 1 | -0/+1 |
| | |||||
* | more work on sessions and cookies, as some anomalies appeared in caldav and ↵ | redmatrix | 2016-05-16 | 1 | -13/+18 |
| | | | | firefox which suggested deeper issues | ||||
* | restrict static to the one function that requires it | redmatrix | 2016-05-16 | 1 | -5/+5 |
| | |||||
* | changes to session for cdev compatibility | redmatrix | 2016-05-16 | 1 | -6/+6 |
| | |||||
* | try again with shutdown handler, fix issue #373 (live-pubstream div wasn't ↵ | redmatrix | 2016-05-10 | 1 | -1/+4 |
| | | | | present | ||||
* | reverse the logic of the jsenabled setting so that sessions without js are ↵ | redmatrix | 2016-04-12 | 1 | -2/+2 |
| | | | | performance penalised instead of regular sessions. | ||||
* | Important work on the sessionhandler to maintain compatibility with php7 and ↵ | redmatrix | 2016-04-12 | 1 | -15/+25 |
| | | | | | | php5x (x > 4) Merge branch 'master' into dev | ||||
* | move all DB session storage logic to SessionHandler where it belongs | redmatrix | 2016-04-11 | 1 | -4/+1 |
| | |||||
* | whitespace | Mario Vavti | 2016-04-11 | 1 | -10/+10 |
| | |||||
* | move more session related stuff such as paranoia handling (IP address ↵ | redmatrix | 2016-04-10 | 1 | -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 ↵ | redmatrix | 2016-04-10 | 1 | -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 setting | redmatrix | 2016-04-08 | 1 | -1/+3 |
| | |||||
* | objectify all the session management stuff | redmatrix | 2016-04-08 | 1 | -0/+91 |