I set a cookie as follows:  
    $Response->Cookies->SetProperty( 'Item', 'Master', 'mind' ) ;
    $Response->Cookies( 'Master' )->{Expires} = "December 29, 2018" ;

    How do I retrieve the value of the expiration date?

    Is Expires a property of the request object's cookie collection?

Thanks,
Jim Doyle
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to