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