1Session::File(3) User Contributed Perl Documentation 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 direc‐
19 tory for the object store and the directory for locking in arguments to
20 the constructor. See the example, and the documentation for
21 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, Apache::Ses‐
28 sion::MySQL, Apache::Session::Postgres, Apache::Session
29
30
31
32perl v5.8.8 2004-02-24 Session::File(3)