Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

PdoSqliteSessionHandler

PHP Session Handler using a SQLite Database

require_once "PdoSqliteSessionHandler.php";

PdoSqliteSessionHandler::register();
session_start();

var_dump($_SESSION, session_save_path());

$_SESSION["color"] = "blue";
$_SESSION["animal"] = "elephant";

// Reload the page and the variables should be set in the var_dump.

About

PHP Session Handler using a SQLite Database

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages