Remitt:: Session

Adaptation of the CGI::Session class to work with basic authentication and XMLRPC::Lite for Remitt.

Summary
Adaptation of the CGI::Session class to work with basic authentication and XMLRPC::Lite for Remitt.
Constructor
Creates a new session on disk.
Load previously initialized session data.
Destructor
Get stored value in session object.
Store key and value pair in session object.

Functions

new

sub new

Constructor

Parameters

$idSession id to be passed to the constructor.

Returns

Remitt::Session object

create

sub create

Creates a new session on disk.

Parameters

%paramHash of parameters to be stored in the session.

load

sub load

Load previously initialized session data.

Returns

Boolean, success.

delete

sub delete

Destructor

get

sub get

Get stored value in session object.

Parameters

$keyKey for value to lookup.

Return

Specified value.

put

sub put

Store key and value pair in session object.

Parameters

$keyKey to associate with in the hash
$valValue to store
sub new
Constructor
sub create
Creates a new session on disk.
sub load
Load previously initialized session data.
sub delete
Destructor
sub get
Get stored value in session object.
sub put
Store key and value pair in session object.