1Apache::Session::File(3U)ser Contributed Perl DocumentatiAopnache::Session::File(3)
2
3
4

NAME

6       Apache::Session::File - An implementation of Apache::Session
7

SYNOPSIS

9        use Apache::Session::File;
10
11        tie %hash, 'Apache::Session::File', $id, {
12           Directory => '/tmp/sessions',
13           LockDirectory   => '/var/lock/sessions',
14        };
15

DESCRIPTION

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

AUTHOR

24       This module was written by Jeffrey William Baker <jwbaker@acm.org>.
25

SEE ALSO

27       Apache::Session::DB_File, Apache::Session::Flex,
28       Apache::Session::MySQL, Apache::Session::Postgres, Apache::Session
29
30
31
32perl v5.30.1                      2020-01-29          Apache::Session::File(3)
Impressum