| Data::Session::Driver |
new()remove($id)retrieve($id)
the Data::Session::Driver manpage - A persistent session manager
See the Data::Session manpage for details.
the Data::Session::Driver manpage is the parent of all the Data::Session::Driver::* manpage modules.
See Case-sensitive Options in the Data::Session manpage for important information.
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.
remove($id)Deletes from storage the session identified by $id, or dies if it can't.
Returns 1.
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.
Log a bug on RT: https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session.
the Data::Session manpage was written by Ron Savage <ron@savage.net.au> in 2010.
Home page: http://savage.net.au/index.html.
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 |