Dear Monks

Apologies for the OT nature of this node (but it is affecting a Perl app!)

I am in the process of deploying a Perl web app that makes use of cookies to store user credentials and data. I fully expected that the app could be deployed and running in minutes but I have hit a problem which appears to be caused by the cookie headers not reaching the web server. This is not a situation that I have encountered before and I would be most grateful for your collective wisdom.

The application can be accessed by IP address, DNS name or by a local name set up in the hosts file. The cookies are only being lost when the DNS name is used. To my mind, this points to a network device (firewall, load balancer etc.) that is intercepting the calls to the server and stripping out the headers. Has any other monk encountered a similar issue? The operations people who installed the server don't know whether there is a firewall and haven't been able to talk to the network guys...

Here are the details of the setup:

Many thanks in advance for helpful suggestions!

Inman


In reply to (OT) Cookies lost in transit by inman

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.