To test to see if it is the cookies issue (I'm sure there can be multiple causes for this error -- but cookies is the first one I've found documented) you can clear cache on your browser, and turn on 'ask me every time' for cookies (and delete the existing cookies) and see how many times you get prompted for cookies. It's very possible that each user has multiple cookies (or generates multiple headers in general, if cookies aren't the culprit) that are causing the error. (or just browse your cookies afterward to see how many exist for your site after using the dept with 27 people)

If it's directly related to the number of people in that department, then I'd have to deduce that it's doing something for each of those people. It might be cookies, it might be some other type of header, but that has to be part of the reason.

Have you tried looking into the module code to see what it's trying to do? I don't have that module handy, but it might spill the beans as to what's going on, and perhaps there is some option to change the behavior to prevent this issue.

I looked on CPAN and found this bug for one of the Frontier modules. It talks about a 500 error, perhaps it's related to the one you are receiving. It's very possible that it's a bug in the module and nothing in your code can prevent it, which in case you'll either have to get it fixed yourself, or hope the author fixes it. I'd definitely examine the source of the module though to see if you can spot where the issue really is. Unfortunately I can't do that at the moment, but I will try to take a look later on if I can.

I hope that was helpful.

In reply to Re^3: Help sought determining why Frontier::Client reporting too many header lines by sierpinski
in thread Help sought determining why Frontier::Client reporting too many header lines by lvirden

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.