{
    "mode": "perldoc",
    "parameter": "Apache::Session::Store::DB_File",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Apache%3A%3ASession%3A%3AStore%3A%3ADB_File/json",
    "generated": "2026-06-10T21:30:10Z",
    "synopsis": "use Apache::Session::Store::DBFile;\nmy $store = new Apache::Session::Store::DBFile;\n$store->insert($ref);\n$store->update($ref);\n$store->materialize($ref);\n$store->remove($ref);",
    "sections": {
        "NAME": {
            "content": "Apache::Session::Store::DBFile - Use DBFile to store persistent objects\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Apache::Session::Store::DBFile;\n\nmy $store = new Apache::Session::Store::DBFile;\n\n$store->insert($ref);\n$store->update($ref);\n$store->materialize($ref);\n$store->remove($ref);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module fulfills the storage interface of Apache::Session. The serialized objects are stored\nin a Berkeley DB file using the DBFile Perl module. If DBFile works on your platform, this\nmodule should also work.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "This module requires one argument in the usual Apache::Session style. The name of the option is\nFileName, and the value is the full path of the database file to be used as the backing store.\nIf the database file does not exist, it will be created. Example:\n\ntie %s, 'Apache::Session::DBFile', undef,\n{FileName => '/tmp/sessions'};\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "This module was written by Jeffrey William Baker <jwbaker@acm.org>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Apache::Session, DBFile\n",
            "subsections": []
        }
    },
    "summary": "Apache::Session::Store::DBFile - Use DBFile to store persistent objects",
    "flags": [],
    "examples": [],
    "see_also": []
}