There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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