Store session in database. 2018-07-09
authorIain Patterson <me@iain.cx>
Mon, 9 Jul 2018 08:10:34 +0000 (04:10 -0400)
committerIain Patterson <me@iain.cx>
Mon, 9 Jul 2018 08:10:34 +0000 (04:10 -0400)
commitae839ebaa4e1e0ae4cee28c16cc0bc7a0368f4af
tree7c093d8498dcb7353187f92963f149057ee2bef7
parentea0e53db8b5a264b6e231038815d2c350076d02a
Store session in database.

Use https://github.com/j2L4e/PHP-PDO-MySQL-Session-Handler to store
session data in our existing MySQL database when MEMCACHE is unset.

We must take care to initialise Propel first, then the session and
finally Auth0.
lib/SessionHandler.php [new file with mode: 0644]
lib/auth0.php
lib/header.php
propel/schema.xml
www/index.php
www/login.php [changed from file to symlink]