CGI::Session::Driver::db_file(3pm) - phpMan

Command: man perldoc info search(apropos)  


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



NAME
       CGI::Session::Driver::db_file - CGI::Session driver for BerkeleyDB using DB_File

SYNOPSIS
           $s = new CGI::Session("driver:db_file", $sid);
           $s = new CGI::Session("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.10.0                                2008-07-16         CGI::Session::Driver::db_file(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-21 23:23 @38.107.179.239 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!