I am writing an application for a client who is hosting it with a third party. The third party is willing to install Perl modules for me, but not willing to change their mod_perl instalation, which is mod_perl 1.99 under apache 2.0.(something).

I have attempted to duplicate the clients setup on my server, but I made a crucial mistake: while I was using mod_perl 1.x, it wasn't 1.99.

Therefore I used Apache::Cookie for my cookie handling.

Now the hosting guy tells me Apache::Cookie doesn't support mod_perl 1.99. I checked, and he is right: the Makefile contains a check that rejects mod_perl 1.99.

What Cookie module should I use? I don't want to use CGI, because I'm getting my parameters via POST and I have seen bad behaviour when missing Apache requests and CGI (when doing POST, GET is OK).

So am I dead? What module can I use in order to get cookies working under mod_perl 1.99?


In reply to Which Cookie module for mod_perl 1.99? by matija

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.