{
    "mode": "perldoc",
    "parameter": "CGI::Session::ID::static",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/CGI%3A%3ASession%3A%3AID%3A%3Astatic/json",
    "generated": "2026-06-16T06:30:43Z",
    "synopsis": "use CGI::Session;\n$session = CGI::Session->new( 'driver:mysql;id:static', $ENV{REMOTEADDR}, { Handle => $dbh } );",
    "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": []
        }
    },
    "summary": "CGI::Session::ID::static - CGI::Session ID Driver for generating static IDs",
    "flags": [],
    "examples": [],
    "see_also": []
}