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

NAME

Any::Daemon::HTTP::Session - represents a client connection

SYNOPSIS

DESCRIPTION

The connection relates to one client. Each time, some browser connects to the socket, a new ::Session object will be created. It can be used to cache information as well.

METHODS

Constructors

Any::Daemon::HTTP::Session->new(OPTIONS)
 -Option--Default
  client  <required>
  store   {}
client => IO::Socket-client
store => HASH

Accessors

$obj->client()
$obj->get(NAMES)
$obj->set(NAME, VALUE)

SEE ALSO

This module is part of Any-Daemon-HTTP distribution version 0.21, built on October 15, 2013. Website: http://perl.overmeer.net/any-daemon/

LICENSE

Copyrights 2013 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