{
    "content": [
        {
            "type": "text",
            "text": "# Apache::Session::DB_File (perldoc)\n\n## NAME\n\nApache::Session::DBFile - An implementation of Apache::Session\n\n## SYNOPSIS\n\nuse Apache::Session::DBFile;\ntie %hash, 'Apache::Session::DBFile', $id, {\nFileName      => 'sessions.db',\nLockDirectory => '/var/lock/sessions',\n};\n\n## DESCRIPTION\n\nThis module is an implementation of Apache::Session. It uses the DBFile backing store and the\nFile locking scheme. You must specify the filename of the database file and the directory for\nlocking in arguments to the constructor. See the example, and the documentation for\nApache::Session::Store::DBFile and Apache::Session::Lock::File.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Apache::Session::DB_File",
        "section": "",
        "mode": "perldoc",
        "summary": "Apache::Session::DBFile - An implementation of Apache::Session",
        "synopsis": "use Apache::Session::DBFile;\ntie %hash, 'Apache::Session::DBFile', $id, {\nFileName      => 'sessions.db',\nLockDirectory => '/var/lock/sessions',\n};",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Apache::Session::DBFile - An implementation of Apache::Session\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Apache::Session::DBFile;\n\ntie %hash, 'Apache::Session::DBFile', $id, {\nFileName      => 'sessions.db',\nLockDirectory => '/var/lock/sessions',\n};\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module is an implementation of Apache::Session. It uses the DBFile backing store and the\nFile locking scheme. You must specify the filename of the database file and the directory for\nlocking in arguments to the constructor. See the example, and the documentation for\nApache::Session::Store::DBFile and Apache::Session::Lock::File.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "This module was written by Jeffrey William Baker <jwbaker@acm.org>.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Apache::Session::File, Apache::Session::Flex, Apache::Session::MySQL, Apache::Session::Postgres,\nApache::Session\n",
                "subsections": []
            }
        }
    }
}