{
    "content": [
        {
            "type": "text",
            "text": "# Apache::Session::MySQL (perldoc)\n\n## NAME\n\nApache::Session::MySQL - An implementation of Apache::Session\n\n## SYNOPSIS\n\nuse Apache::Session::MySQL;\n#if you want Apache::Session to open new DB handles:\ntie %hash, 'Apache::Session::MySQL', $id, {\nDataSource => 'dbi:mysql:sessions',\nUserName   => $dbuser,\nPassword   => $dbpass,\nLockDataSource => 'dbi:mysql:sessions',\nLockUserName   => $dbuser,\nLockPassword   => $dbpass\n};\n#or, if your handles are already opened:\ntie %hash, 'Apache::Session::MySQL', $id, {\nHandle     => $dbh,\nLockHandle => $dbh\n};\n\n## DESCRIPTION\n\nThis module is an implementation of Apache::Session. It uses the MySQL backing store and the\nMySQL locking scheme. See the example, and the documentation for Apache::Session::Store::MySQL\nand Apache::Session::Lock::MySQL for more details.\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::MySQL",
        "section": "",
        "mode": "perldoc",
        "summary": "Apache::Session::MySQL - An implementation of Apache::Session",
        "synopsis": "use Apache::Session::MySQL;\n#if you want Apache::Session to open new DB handles:\ntie %hash, 'Apache::Session::MySQL', $id, {\nDataSource => 'dbi:mysql:sessions',\nUserName   => $dbuser,\nPassword   => $dbpass,\nLockDataSource => 'dbi:mysql:sessions',\nLockUserName   => $dbuser,\nLockPassword   => $dbpass\n};\n#or, if your handles are already opened:\ntie %hash, 'Apache::Session::MySQL', $id, {\nHandle     => $dbh,\nLockHandle => $dbh\n};",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 20,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Apache::Session::MySQL - An implementation of Apache::Session\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Apache::Session::MySQL;\n\n#if you want Apache::Session to open new DB handles:\n\ntie %hash, 'Apache::Session::MySQL', $id, {\nDataSource => 'dbi:mysql:sessions',\nUserName   => $dbuser,\nPassword   => $dbpass,\nLockDataSource => 'dbi:mysql:sessions',\nLockUserName   => $dbuser,\nLockPassword   => $dbpass\n};\n\n#or, if your handles are already opened:\n\ntie %hash, 'Apache::Session::MySQL', $id, {\nHandle     => $dbh,\nLockHandle => $dbh\n};\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module is an implementation of Apache::Session. It uses the MySQL backing store and the\nMySQL locking scheme. See the example, and the documentation for Apache::Session::Store::MySQL\nand Apache::Session::Lock::MySQL for more details.\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::DBFile,\nApache::Session::Postgres, Apache::Session\n",
                "subsections": []
            }
        }
    }
}