{
    "content": [
        {
            "type": "text",
            "text": "# CGI::Session::ID::static (perldoc)\n\n## NAME\n\nCGI::Session::ID::static - CGI::Session ID Driver for generating static IDs\n\n## SYNOPSIS\n\nuse CGI::Session;\n$session = CGI::Session->new( 'driver:mysql;id:static', $ENV{REMOTEADDR}, { Handle => $dbh } );\n\n## DESCRIPTION\n\nCGI::Session::ID::static is used to generate consistent, static session ID's. In other words,\nyou tell CGI::Session ID you want to use, and it will honor it.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **COPYRIGHT**\n- **AUTHORS**\n- **LICENSING**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "CGI::Session::ID::static",
        "section": "",
        "mode": "perldoc",
        "summary": "CGI::Session::ID::static - CGI::Session ID Driver for generating static IDs",
        "synopsis": "use CGI::Session;\n$session = CGI::Session->new( 'driver:mysql;id:static', $ENV{REMOTEADDR}, { Handle => $dbh } );",
        "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": 6,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSING",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "CGI::Session::ID::static - CGI::Session ID Driver for generating static IDs\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use CGI::Session;\n$session = CGI::Session->new( 'driver:mysql;id:static', $ENV{REMOTEADDR}, { Handle => $dbh } );\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "CGI::Session::ID::static is used to generate consistent, static session ID's. In other words,\nyou tell CGI::Session ID you want to use, and it will honor it.\n\nUnlike the other ID drivers, this one requires that you provide an ID when creating the session\nobject; if you pass it an undefined value, it will croak.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (C) 2002 Adam Jacob <adam@sysadminsith.org>,\n\nThis library is free software. You can modify and distribute it under the same terms as Perl\nitself.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Adam Jacob <adam@sysadminsith.org>,\n",
                "subsections": []
            },
            "LICENSING": {
                "content": "For additional support and licensing see CGI::Session\n",
                "subsections": []
            }
        }
    }
}