ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
430 B
Plaintext
10 lines
430 B
Plaintext
This module is an implementation of Apache::Session.
|
|
It uses the DBD::SQLite backing store. It requires DBD::SQLite
|
|
version 1.00 or above, due to its use of SQLite3 API for BLOB support.
|
|
Also, an extra LastUpdated field is populated with the current time().
|
|
|
|
There is no need to create the data source file beforehand;
|
|
this module creates the session table automatically.
|
|
|
|
WWW: https://metacpan.org/release/Apache-Session-SQLite3
|