NAME
Apache::Session::Store::DBMS - Use DBMS to store persistent objects
SYNOPSIS
use Apache::Session::Store::DBMS;
my $store = new Apache::Session::Store::DBMS;
$store->insert($ref);
$store->update($ref);
$store->materialize($ref);
$store->remove($ref);
DESCRIPTION
This module fulfills the storage interface of Apache::Session. The serialized objects are stored in a remote hashed Berkeley DB store using the DBMS Perl module.
OPTIONS
This module requires...
AUTHOR
This module was written by Alberto Reggiori <alberto@asemantics.com>
SEE ALSO
Apache::Session, DBMS http://rdfstore.sf.net/dbms.html