SQLite¶
Handler for storing sessions in SQLite, implements SessionHandlerInterface.
__construct¶
__construct($filename = false, $sessions_ref = 'UID', $enc_key = false)
$filename: | Path to the SQLite database, or :memory: to use in-memory database. |
---|---|
$sessions_ref: | Name of the global reference, defaults to UID. |
$enc_key: | The encryption key, default not set. |
See also
For using sqlite3 databases encrypted you need to install sqlcipher: sqlcipher.net.
Thanks Navicat for supporting Open Source projects.
A great amount of time has been spent creating, crafting and maintaining this software, please consider donating.
Donating helps ensure continued support, development and availability.
comments powered by Disqus