{
    "content": [
        {
            "type": "text",
            "text": "# CGI::Session::Driver::db_file (perldoc)\n\n## NAME\n\nCGI::Session::Driver::dbfile - CGI::Session driver for BerkeleyDB using DBFile\n\n## SYNOPSIS\n\n$s = CGI::Session->new(\"driver:dbfile\", $sid);\n$s = CGI::Session->new(\"driver:dbfile\", $sid, {FileName=>'/tmp/cgisessions.db'});\n\n## DESCRIPTION\n\ndbfile stores session data in BerkelyDB file using DBFile - Perl module. All sessions will be\nstored in a single file, specified in *FileName* driver argument as in the above example. If\n*FileName* isn't given, defaults to /tmp/cgisess.db, or its equivalent on a non-UNIX system.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **LICENSING**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "CGI::Session::Driver::db_file",
        "section": "",
        "mode": "perldoc",
        "summary": "CGI::Session::Driver::dbfile - CGI::Session driver for BerkeleyDB using DBFile",
        "synopsis": "$s = CGI::Session->new(\"driver:dbfile\", $sid);\n$s = CGI::Session->new(\"driver:dbfile\", $sid, {FileName=>'/tmp/cgisessions.db'});",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "LICENSING",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "CGI::Session::Driver::dbfile - CGI::Session driver for BerkeleyDB using DBFile\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "$s = CGI::Session->new(\"driver:dbfile\", $sid);\n$s = CGI::Session->new(\"driver:dbfile\", $sid, {FileName=>'/tmp/cgisessions.db'});\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "dbfile stores session data in BerkelyDB file using DBFile - Perl module. All sessions will be\nstored in a single file, specified in *FileName* driver argument as in the above example. If\n*FileName* isn't given, defaults to /tmp/cgisess.db, or its equivalent on a non-UNIX system.\n\nIf the directory hierarchy leading to the file does not exist, will be created for you.\n\nThis module takes a UMask option which will be used if DBFile has to create the database file\nfor you. By default the umask is 0660.\n",
                "subsections": []
            },
            "LICENSING": {
                "content": "For support and licensing information see CGI::Session\n",
                "subsections": []
            }
        }
    }
}