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

   # created by Any::Daemon::HTTP

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
  store   {}
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.30, built on April 06, 2020. Website: http://perl.overmeer.net/any-daemon/

LICENSE

Copyrights 2013-2020 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://dev.perl.org/licenses/