{
    "content": [
        {
            "type": "text",
            "text": "# Apache::Session::File (perldoc)\n\n## NAME\n\nApache::Session::File - An implementation of Apache::Session\n\n## SYNOPSIS\n\nuse Apache::Session::File;\ntie %hash, 'Apache::Session::File', $id, {\nDirectory => '/tmp/sessions',\nLockDirectory   => '/var/lock/sessions',\n};\n\n## DESCRIPTION\n\nThis module is an implementation of Apache::Session. It uses the File backing store and the File\nlocking scheme. You must specify the directory for the object store and the directory for\nlocking in arguments to the constructor. See the example, and the documentation for\nApache::Session::Store::File 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::File",
        "section": "",
        "mode": "perldoc",
        "summary": "Apache::Session::File - An implementation of Apache::Session",
        "synopsis": "use Apache::Session::File;\ntie %hash, 'Apache::Session::File', $id, {\nDirectory => '/tmp/sessions',\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::File - An implementation of Apache::Session\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Apache::Session::File;\n\ntie %hash, 'Apache::Session::File', $id, {\nDirectory => '/tmp/sessions',\nLockDirectory   => '/var/lock/sessions',\n};\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module is an implementation of Apache::Session. It uses the File backing store and the File\nlocking scheme. You must specify the directory for the object store and the directory for\nlocking in arguments to the constructor. See the example, and the documentation for\nApache::Session::Store::File 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::DBFile, Apache::Session::Flex, Apache::Session::MySQL,\nApache::Session::Postgres, Apache::Session\n",
                "subsections": []
            }
        }
    }
}