NAME
Apache2::ASP::Session - Base class for Session state managers
DESCRIPTION
In the Apache2::ASP web programming environment, the global $Session object is an instance of a subclass of Apache2::ASP::Session.
Storing data in the $Session object makes that data available to future requests from the same client while that $Session is still active.
SEE ALSO
Make sure to read up on Apache2::ASP::Session::MySQL since it is the default Session state manager.
AUTHOR
John Drago jdrago_999@yahoo.com
COPYRIGHT AND LICENSE
Copyright 2007 John Drago, All rights reserved.
This software is free software. It may be used and distributed under the same terms as Perl itself.