Query: cgi::session::driver::db_file
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CGI::Session::Driver::db_file(3) User Contributed Perl Documentation CGI::Session::Driver::db_file(3)NAMECGI::Session::Driver::db_file - CGI::Session driver for BerkeleyDB using DB_FileSYNOPSIS$s = new CGI::Session("driver:db_file", $sid); $s = new CGI::Session("driver:db_file", $sid, {FileName=>'/tmp/cgisessions.db'});DESCRIPTIONdb_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.LICENSINGFor support and licensing information see CGI::Session perl v5.16.3 2008-07-16 CGI::Session::Driver::db_file(3)
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
How to increment version inside a file? |
Tar Command |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |