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::Session::State::Cookie(3) User Contributed Perl Documentation HTTP::Session::State::Cookie(3)

HTTP::Session::State::Cookie - Maintain session IDs using cookies

    HTTP::Session->new(
        state => HTTP::Session::State::Cookie->new(
            name   => 'foo_sid',
            path   => '/my/',
            domain => 'example.com,
        ),
        store => ...,
        request => ...,
    );

Maintain session IDs using cookies

name
cookie name.

    default: http_session_sid
    
path
path.

    default: /
    
domain
    default: undef
    
expires
expiration date.e.g. "+3M". see also CGI::Cookie.

    default: undef
    
secure
Set secure flag or not.

    default: undef
    

header_filter($res)
header filter
get_session_id
response_filter
for internal use only

    use HTTP::Session::State::Cookie;
    BEGIN {
    $HTTP::Session::State::Cookie::COOKIE_CLASS = 'CGI/Simple/Cookie.pm';
    }

HTTP::Session, CGI::Cookie, CGI::Simple::Cookie
2014-07-31 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.