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


Back to Top


NAME

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

Back to Top


Synopsis

See the Data::Session manpage for details.

Back to Top


Description

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

Back to Top


Case-sensitive Options

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

Back to Top


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.

Back to Top


Method: remove($id)

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

Returns 1.

Back to Top


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.

Back to Top


Support

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

Back to Top


Author

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

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

Back to Top


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

Back to Top

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