http://www.perlmonks.org?node_id=1020643


in reply to Re^7: CGI::Session small problem...
in thread CGI::Session small problem...

I don't view an effective method of troubleshooting the problem a "wild goose chase"

Sure it is, you're not likely to read it, and I know I won't

OP showed you the source code, the actual thing generating all the headers -- if you can't be bothered to interpret or run that, it is highly doubtful you'll scrutinize his http transcripts

fishmonger is onto it

Replies are listed 'Best First'.
Re^9: CGI::Session small problem...
by Anonymous Monk on Feb 26, 2013 at 14:34 UTC

    Maybe it's just me, but a helpful reply on how to debug these sorts of things is worth more in the long run than an immediate solution to a specific problem. I thought one of you anonymous monks were much into that?

    As for your attack, I can't be bothered to install a module, learn its workings, and learn how to run a CGI program just to see the output for that code. Does that make me unqualified to even try to help out?

      Maybe it's just me, but a helpful reply on how to debug these sorts of things is worth more in the long run than an immediate solution to a specific problem. As for your attack, I can't be bothered to install a module, learn its workings, and learn how to run a CGI program just to see the output for that code. Does that make me unqualified to even try to help out?

      Yes, its is likely you are not qualified

      You could have started your post with: I can't examine or run your program ...

      Look at moritz's response, he took the generic approach, but missed $session->header in the code

      Its easy to offer generic advice and talk in conditions, but when the OP went through the trouble of posting his code, its just noise

      But its very likely the OP hasn't even seen our replies