NAME

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

INHERITANCE

SYNOPSIS

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.

METHODS

Constructors

HTTP::Server::Session->new(OPTIONS|HASH-of-OPTIONS)

Attributes

SEE ALSO

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

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 http://www.perl.com/perl/misc/Artistic.html