Data::Session::Driver(3pm) | User Contributed Perl Documentation | Data::Session::Driver(3pm) |
Data::Session::Driver - A persistent session manager
See Data::Session for details.
Data::Session::Driver is the parent of all Data::Session::Driver::* modules.
See "Case-sensitive Options" in Data::Session for important information.
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.
Deletes from storage the session identified by $id, or dies if it can't.
Returns 1.
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.
Log a bug on RT: <https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session>.
Data::Session 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
2023-02-14 | perl v5.36.0 |