Apache2-ASP
view release on metacpan or search on metacpan
lib/Apache2/ASP/SessionStateManager.pm view on Meta::CPAN
304305306307308309310311312313314315316317318319320321322323324=head1 DESCRIPTION
The global C<$Session> object is an instance of C<Apache2::ASP::SessionStateManager>
or one of its subclasses.
It is a blessed hash that is persisted to a database. Use it to share information across all requests for
one user.
B<NOTE:> - do not store database connections or filehandles within the C<$Session> object because they cannot be shared across
different processes or threads.
=head1 METHODS
=head2 save( )
Stores the Session object in the database. Returns true.
=head1 CONFIGURATION
=head2 XML Config
( run in 0.250 second using v1.01-cache-2.11-cpan-0d8aa00de5b )