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

HTTP::Session2::ClientStore2 - Client store

This is a part of HTTP::Session2 library.

This module stores the data to the cookie value with encryption.

Normally, you should use HTTP::Session2::ServerStore.

"serializer: CodeRef"
Serializer callback function.

Default: "MIME::Base64::encode(Storable::nfreeze($_[0]), '' )"

"deserializer: CodeRef"
Deserializer callback function.

Default: "Storable::thaw(MIME::Base64::decode($_[0]))"

"ignore_old: Int"
Ignore session data older than "ignore_old" value. You can specify this value in epoch time.
"cipher: Crypt::CBC" : Required
Cipher for the session data.

1.03 ~ 1.07 was broken. Do not use these version.
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.