1Apache::Session::File(3U)ser Contributed Perl DocumentatiAopnache::Session::File(3)
2
3
4
6 Apache::Session::File - An implementation of Apache::Session
7
9 use Apache::Session::File;
10
11 tie %hash, 'Apache::Session::File', $id, {
12 Directory => '/tmp/sessions',
13 LockDirectory => '/var/lock/sessions',
14 };
15
17 This module is an implementation of Apache::Session. It uses the File
18 backing store and the File locking scheme. You must specify the
19 directory for the object store and the directory for locking in
20 arguments to the constructor. See the example, and the documentation
21 for Apache::Session::Store::File and Apache::Session::Lock::File.
22
24 This module was written by Jeffrey William Baker <jwbaker@acm.org>.
25
27 Apache::Session::DB_File, Apache::Session::Flex,
28 Apache::Session::MySQL, Apache::Session::Postgres, Apache::Session
29
30
31
32perl v5.32.1 2021-01-26 Apache::Session::File(3)