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.
| Tags | Internet Web Dynamic Content Software Development Libraries Perl Modules |
|---|---|
| Licenses | Artistic |
| Operating Systems | OS Independent |
| Implementation | Perl |
Recent releases


Changes: Apache::Session::Generate::MD5::validate will untaint data. MIN_PERL_VERSION is used in Makefile.PL.


Changes: Fixes to Flex.pm, two new ID generation modules, and various updates submitted by users were added.


Changes: Version 1.50 made substantial modifications to how the internals of the module worked. This version adds a Sybase-specific backing store and various bugfixes.


Changes: 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.


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