in reply to Re: Issue with Running Long Processes thru CGI
in thread Issue with Running Long Processes thru CGI

I included the lines to print out the parameters and checked the error log as well but couldn't figure out what is going wrong

It prints a session id which I am not able to locate in the /tmp/FileCache folder...

still checking out...

  • Comment on Re^2: Issue with Running Long Processes thru CGI

Replies are listed 'Best First'.
Re^3: Issue with Running Long Processes thru CGI
by shmem (Chancellor) on Jul 03, 2006 at 13:53 UTC
    Could it be that the session id is passed in from the client? I would put the parameter printing code at the very beginning of the request handler / your cgi script, to see what's actually coming in.

    --shmem

    _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                  /\_¯/(q    /
    ----------------------------  \__(m.====·.(_("always off the crowd"))."·
    ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

      Thanks for your suggestions on this issue.

      I tried today without changing anything and it works fine!!!

      I am confused as to why it failed yesterday but worked fine today. This is scary because it could potentially come back to haunt me..

      I am not sure if it is anything to do with Unix OS

      Anyway, for now I am going ahead with it and troubleshoot, if it occurs again