in reply to Issue with Running Long Processes thru CGI
I'd suggest something like
and check the apache error_log to see what's actually set at that time. Then work back in your code and see where it comes from...{ foreach my $p (param()) { warn "param $p = '".param($p)."'\n"; } } # The execution enters this loop in the first pass whereas it should n +ot!!! if (my $session = param('session')) { # returning to pick up session d +ata
--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}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Issue with Running Long Processes thru CGI
by Anonymous Monk on Jul 03, 2006 at 13:25 UTC | |
by shmem (Chancellor) on Jul 03, 2006 at 13:53 UTC | |
by sara2005 (Scribe) on Jul 04, 2006 at 01:05 UTC |