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
Jifty::Web::Session::ClientSide(3) User Contributed Perl Documentation Jifty::Web::Session::ClientSide(3)

Jifty::Web::Session::ClientSide - Session handler for client-side sessions

In your etc/config.yml:

  framework:
    Web:
      SessionClass: Jifty::Web::Session::ClientSide
      SessionSecret: secret_passphrase

Returns a new, empty session handler, subclassing Jifty::Web::Session.

Accessor to the underlying Crypt::CBC object that encapsulates the server-side secret.

Returns the session's id if it has been loaded, or "undef" otherwise.

Since there is no server-side storage, this simply clears the object's local state.

Load up the current session from the given "ID", or the appropriate cookie (see "cookie_name" in Jifty::Web::Session) otherwise.

If both of those fail, creates a session in memory.

See "get" in Jifty::Web::Session.

See "set" in Jifty::Web::Session.

See "remove" in Jifty::Web::Session.

See "continuations" in Jifty::Web::Session.

See "unload" in Jifty::Web::Session.

Outputs the client-side session as one or more cookies.
2013-01-29 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.