├── LICENSE ├── README.md ├── database.class.php ├── example.php └── mysql.sessions.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominicklee/PHP-MySQL-Sessions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominicklee/PHP-MySQL-Sessions/HEAD/README.md -------------------------------------------------------------------------------- /database.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominicklee/PHP-MySQL-Sessions/HEAD/database.class.php -------------------------------------------------------------------------------- /example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominicklee/PHP-MySQL-Sessions/HEAD/example.php -------------------------------------------------------------------------------- /mysql.sessions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominicklee/PHP-MySQL-Sessions/HEAD/mysql.sessions.php --------------------------------------------------------------------------------