logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

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

Case-Sensitive Options

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

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.

See Also