The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head1 NAME

HTTP::Server::Session - one user at client-side

=head1 INHERITANCE

=head1 SYNOPSIS

=head1 DESCRIPTION

Each session object administers the activities of one user.  A session
may be used for multiple connections at the same time.  A session will
survive connection breaking without loss of information.

In the moment, a session is nothing else than an empty HASH.  Hopefully
soon, some useful general purpose logic will get added.

=head1 METHODS

=head2 Constructors

HTTP::Server::Session-E<gt>B<new>(OPTIONS|HASH-of-OPTIONS)

=over 4

=back

=head2 Attributes

=head1 SEE ALSO

This module is part of HTTP-Server-Multiplex distribution version 0.11,
built on October 01, 2008. Website: F<http://perl.overmeer.net/httpd-multiplex/>

=head1 LICENSE

Copyrights 2008 by Mark Overmeer. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
See F<http://www.perl.com/perl/misc/Artistic.html>