debian man page for cgi::session::driver::db_file

Query: cgi::session::driver::db_file

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CGI::Session::Driver::db_file(3pm)			User Contributed Perl Documentation			CGI::Session::Driver::db_file(3pm)

NAME
CGI::Session::Driver::db_file - CGI::Session driver for BerkeleyDB using DB_File
SYNOPSIS
$s = CGI::Session->new("driver:db_file", $sid); $s = CGI::Session->new("driver:db_file", $sid, {FileName=>'/tmp/cgisessions.db'});
DESCRIPTION
db_file stores session data in BerkelyDB file using DB_File - Perl module. All sessions will be stored in a single file, specified in FileName driver argument as in the above example. If FileName isn't given, defaults to /tmp/cgisess.db, or its equivalent on a non-UNIX system. If the directory hierarchy leading to the file does not exist, will be created for you. This module takes a UMask option which will be used if DB_File has to create the database file for you. By default the umask is 0660.
LICENSING
For support and licensing information see CGI::Session perl v5.12.4 2011-07-08 CGI::Session::Driver::db_file(3pm)
Related Man Pages
cgi::session::driver::sqlite(3) - centos
cgi::application::plugin::authentication::store::session(3pm) - debian
cgi::session::driver::dbi(3pm) - debian
cgi::session::driver::memcached(3pm) - debian
cgi::session::driver::postgresql(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file