The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebDAO::Store::MLDBM - Implement session store using MLDBM

SYNOPSIS

     <VirtualHost>
      ...
      SetEnv wdSession WebDAO::Sessionco
      #for use external storage
      SetEnv wdStore WebDAO::Store::MLDBM
      SetEnv wdStorePar path=/tmp
      ....

    </VirtualHost>

DESCRIPTION

WebDAO::Store::MLDBM - Implement session store using MLDBM