GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Session::DriverRole(3) User Contributed Perl Documentation OpenXPKI::Server::Session::DriverRole(3)

OpenXPKI::Server::Session::DriverRole - Moose role that every session driver implementation has to consume

The following methods are implemented in driver classes that consume this Moose role.

Writes the session data to the backend storage.

Parameters

$session - a OpenXPKI::Server::Session::Data object

Loads session data from the backend storage.

Returns a OpenXPKI::Server::Session::Data object or undef if the requested session was not found..

Parameters

$id - ID of the session whose data is to be loaded

Deletes the session data from the backend storage.

Parameters

$session - a OpenXPKI::Server::Session::Data object

Deletes all sessions from the backend storage which were created before the given timestamp.

Parameters

$epoch - timestamp
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.