Christopher H. Laco wrote:
Try as I might, try as I may, I can't seem to get AxKit::XSP::Cookie to
set and expiration date.

Here the relevant code...

<cookie:create name="shopper" path="/" expires="+3M">
  <cookie:value>
    <xsp:expr>$uuid</xsp:expr>
  </cookie:value>
</cookie:create>
Isn't the '+3M' usually interpreted by CGI.pm to yield a real date?
I think you should try and put a date/time in there. Or, patch
A:X:Cookie to interpret relative times (taking code from CGI.pm or similar).

--
        Dakkar - <Mobilis in mobile>
        GPG public key fingerprint = A071 E618 DD2C 5901 9574
                                     6FE2 40EA 9883 7519 3F88
                            key id = 0x75193F88

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to