{
    "mode": "perldoc",
    "parameter": "Apache::Session::Sybase",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Apache%3A%3ASession%3A%3ASybase/json",
    "generated": "2026-06-13T04:31:46Z",
    "synopsis": "use Apache::Session::Sybase;\n# if you want Apache::Session to open new DB handles:\ntie %hash, 'Apache::Session::Sybase', $id, {\nDataSource => 'dbi:Sybase:database=sessions;server=SYBASE',\nUserName   => $dbuser,\nPassword   => $dbpass,\nCommit     => 1,\n};\n# or, if your handle is already opened:\ntie %hash, 'Apache::Session::Sybase', $id, {\nHandle     => $dbh,\nCommit     => 0,\n};",
    "sections": {
        "NAME": {
            "content": "Apache::Session::Sybase - An implementation of Apache::Session\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Apache::Session::Sybase;\n\n# if you want Apache::Session to open new DB handles:\n\ntie %hash, 'Apache::Session::Sybase', $id, {\nDataSource => 'dbi:Sybase:database=sessions;server=SYBASE',\nUserName   => $dbuser,\nPassword   => $dbpass,\nCommit     => 1,\n};\n\n# or, if your handle is already opened:\n\ntie %hash, 'Apache::Session::Sybase', $id, {\nHandle     => $dbh,\nCommit     => 0,\n};\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module is an implementation of Apache::Session. It uses the Sybase backing store and the\nNull locking scheme. See the example, and the documentation for Apache::Session::Store::Sybase\n(also for the parameters that get passed to the backing store along with the schema necessary to\nsave the sessions) and Apache::Session::Lock::Null for more details.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "This module was based on Apache::Session::MySQL which was written by Jeffrey William Baker\n<jwbaker@acm.org>; it was modified by Chris Winters <chris@cwinters.com>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Apache::Session\n",
            "subsections": []
        }
    },
    "summary": "Apache::Session::Sybase - An implementation of Apache::Session",
    "flags": [],
    "examples": [],
    "see_also": []
}