Download List

Project Description

Apache::Session is a persistence framework whose
purpose is to provide session management to Web
developers. It is designed to work with Apache and
mod_perl, but it does not depend on them and will
work with any Web server. This module provides a
set of classes that give the developer maximum
functionality. Session data can be stored in a
database, flat files, or shared memory.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:12
1.03

Rolled in changes for Embperl 1.2, improved performance by inlining some common object method calls, fixed several bugs with file locking, semaphore locking, and DBI storage.

2001-01-30 15:12
0.99.7

Made DBIStore.pm respect its accessors, as well as small bug fixes.

2001-01-30 15:12
0.99.6

Several usability enhancements suggested by users, added POD to
Session.pm, shuffled some code around for easier subclassing and
prototyped constant subroutines to make perl inline them.

2001-01-30 15:12
0.99.5

Added SysVSemaphoreLocker, faster than PosixFileLocker. Added
SingleThread.pm for Win32 and apache -X users. Added
MemoryStore.pm for use by SingleThread.pm

2001-01-30 15:12
0.99.3

Added storage via DBI, locking via posix flock(). Several bug fixes
including a showstopper that triggered a bug in Perl.

Project Resources