=head1 NAME
CGI::Session::Driver::db_file - CGI::Session driver for BerkeleyDB? using DB_File
=head1 SYNOPSIS
$s = new CGI::Session("driver:db_file", $sid); $s = new CGI::Session("driver:db_file", $sid, {FileName=>'/tmp/cgisessions.db'});
=head1 DESCRIPTION
B
If the directory hierarchy leading to the file does not exist, will be created for you.
This module takes a B
=head1 LICENSING
For support and licensing information see L<CGI::Session|CGI::Session>