{
    "mode": "perldoc",
    "parameter": "Apache::Session::Store::File",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Apache%3A%3ASession%3A%3AStore%3A%3AFile/json",
    "generated": "2026-06-11T02:25:24Z",
    "synopsis": "use Apache::Session::Store::File;\nmy $store = Apache::Session::Store::File->new;\n$store->insert($ref);\n$store->update($ref);\n$store->materialize($ref);\n$store->remove($ref);",
    "sections": {
        "NAME": {
            "content": "Apache::Session::Store::File - Store persistent data on the filesystem\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Apache::Session::Store::File;\n\nmy $store = Apache::Session::Store::File->new;\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 files on your filesystem.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "This module requires one argument in the usual Apache::Session style. The name of the option is\nDirectory, and the value is the full path of the directory where you wish to place the files.\nExample\n\ntie %s, 'Apache::Session::File', undef,\n{Directory => '/tmp/sessions'};\n",
            "subsections": []
        },
        "NOTES": {
            "content": "All session objects are stored in the same directory. Some filesystems, such as Linux's ext2fs,\nhave O(n) performance where n is the number of files in a directory. Other filesystems, like\nSun's UFS, and Linux's reiserfs, do not have this problem. You should consider your filesystem's\nperformance before using this module to store many objects.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "This module was written by Jeffrey William Baker <jwbaker@acm.org>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Apache::Session\n",
            "subsections": []
        }
    },
    "summary": "Apache::Session::Store::File - Store persistent data on the filesystem",
    "flags": [],
    "examples": [],
    "see_also": []
}