Apache2-ASP

 view release on metacpan or  search on metacpan

lib/Apache2/ASP/SessionStateManager.pm  view on Meta::CPAN

304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
=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 )