Data::Session::Driver - A persistent session manager
Contents
Case-Sensitive Options
See "Case-sensitive Options" in Data::Session for important information.
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
perl v5.36.0 2023-02-14 Data::Session::Driver(3pm)
Description
Data::Session::Driver is the parent of all Data::Session::Driver::* modules.
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.
Name
Data::Session::Driver - A persistent session manager
Support
Log a bug on RT: <https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session>.
Synopsis
See Data::Session for details.
