redmatrix
|
18a9831cd3
|
restrict static to the one function that requires it
|
2016-05-16 13:46:35 -07:00 |
|
redmatrix
|
605c05fc8b
|
changes to session for cdev compatibility
|
2016-05-16 02:03:15 -07:00 |
|
redmatrix
|
0c5434d5e3
|
try again with shutdown handler, fix issue #373 (live-pubstream div wasn't present
|
2016-05-10 01:30:22 -07:00 |
|
redmatrix
|
91cc365143
|
reverse the logic of the jsenabled setting so that sessions without js are performance penalised instead of regular sessions.
|
2016-04-12 22:55:26 -07:00 |
|
redmatrix
|
be654f1769
|
Important work on the sessionhandler to maintain compatibility with php7 and php5x (x > 4)
Merge branch 'master' into dev
|
2016-04-12 19:40:19 -07:00 |
|
redmatrix
|
202035fc68
|
move all DB session storage logic to SessionHandler where it belongs
|
2016-04-11 19:19:58 -07:00 |
|
Mario Vavti
|
482962648f
|
whitespace
|
2016-04-11 11:01:53 +02:00 |
|
redmatrix
|
d1a2aecfa0
|
move more session related stuff such as paranoia handling (IP address 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).
|
2016-04-10 19:20:41 -07:00 |
|
redmatrix
|
abfbe9c937
|
a few issues: block public not blocking mod_cal, typo in sql for one clone 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.
|
2016-04-10 16:56:08 -07:00 |
|
redmatrix
|
c0bdcfedeb
|
log if the session handler fails and surface the ssl_cookie config setting
|
2016-04-08 05:10:36 -07:00 |
|
redmatrix
|
9b66b5eee3
|
objectify all the session management stuff
|
2016-04-08 04:44:10 -07:00 |
|