1This module provides a simple wrapper for Apache::Session that manages
2the session id for you.  See the module documentation for details.
3
4INSTALLATION
5
6To install this module type the following in the distribution
7directory:
8
9   perl Build.PL
10   ./Build
11   ./Build test
12   ./Build install
13