{
    "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-05-30T17:17:08Z",
    "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\nobjects\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\nserialized objects are stored in a Berkeley DB file using the DBFile\nPerl module. If DBFile works on your platform, this module should also\nwork.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "This module requires one argument in the usual Apache::Session style.\nThe name of the option is FileName, and the value is the full path of\nthe database file to be used as the backing store. If the database file\ndoes 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": []
}