SkillAgentSearch skills...

PdoSqliteSessionHandler

PHP Session Handler using a SQLite Database

Install / Use

/learn @kafene/PdoSqliteSessionHandler
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars9
CategoryData
Updated4mo ago
Forks2

Languages

PHP

Security Score

82/100

Audited on Nov 21, 2025

No findings