The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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