NAME
Data::Session::Driver - A persistent session manager
Synopsis
See Data::Session for details.
Description
Data::Session::Driver is the parent of all Data::Session::Driver::* modules.
Case-sensitive Options
See "Case-sensitive Options" in Data::Session for important information.
Method: new()
Creates a new object of type Data::Session::Driver.
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.
Data::Session calls the right thaw() automatically.
Support
Log a bug on RT: https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session.
Author
Data::Session 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