Apache::Session::Store::DBMS can 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);
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.
Product's homepage
Requirements:
· Perl
What's New in This Release: [ read full changelog ]
· Fixed bugin NEXTKEY() call in Apache::Session::DBMS