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
HTTP::Session2::ServerStore(3) User Contributed Perl Documentation HTTP::Session2::ServerStore(3)

HTTP::Session2::ServerStore - Session store

This module is a part of HTTP::Session2 library. This module saves the session data on server side storage.

store: Object, optional
The storage object. You need to set 'store' or 'get_store'.
get_store : CodeRef, optional
Callback function to get the storage object.

The storage object must have following 3 methods.

$cache->get($key:Str)
$cache->set($key:Str, $value:Serializable)
$cache->remove($key:Str)

And, cache object should be serialize/deserialize the data automatically.

CHI supports all things. You can use any CHI drivers.

But, I recommend to use "Cache::Memcached::Fast".

Methods are listed on HTTP::Session2::Base.
2018-01-26 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.