PdoSqliteSessionHandler
PHP Session Handler using a SQLite Database
Install / Use
/learn @kafene/PdoSqliteSessionHandlerREADME
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
feishu-drive
349.2k|
things-mac
349.2kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
349.2kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
codebase-memory-mcp
1.2kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 66 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
