Data::Session::Driver



NAME

the Data::Session::Driver manpage - A persistent session manager


Synopsis

See the Data::Session manpage for details.


Description

the Data::Session::Driver manpage is the parent of all the Data::Session::Driver::* manpage modules.


Case-sensitive Options

See Case-sensitive Options in the Data::Session manpage for important information.


Method: new()

Creates a new object of type the Data::Session::Driver manpage.

new() takes a hash of key/value pairs, some of which might mandatory. Further, some combinations might be mandatory.


Method: remove($id)

Deletes from storage the session identified by $id, or dies if it can't.

Returns 1.


Method: retrieve($id)

Retrieve from storage the session identified by $id, or dies if it can't.

Returns the session.

This is a frozen session. This value must be thawed by calling the appropriate serialization driver's thaw() method.

the Data::Session manpage calls the right thaw() automatically.


Support

Log a bug on RT: https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session.


Author

the Data::Session manpage was written by Ron Savage <ron@savage.net.au> in 2010.

Home page: http://savage.net.au/index.html.


Copyright

Australian copyright (c) 2010, Ron Savage.

        All Programs of mine are 'OSI Certified Open Source Software';
        you can redistribute them and/or modify them under the terms of
        The Artistic License, a copy of which is available at:
        http://www.opensource.org/licenses/index.html
 Data::Session::Driver