I have tried that but it still doesnt work. I even tried to POST an empty form (with no GET or POST params) with same results
Michael Peters wrote: > > On 10/21/2009 06:12 PM, nmittal wrote: >> Hi I am using Apache2.2 and mod_perl. I have a login page that POSTs to >> an >> authentication script. >> <form method=POST >> action="/authenticate?sid=06eff4cdc3231db0236cdbe2c51e6618"> > > Try not mixing GET and POST parameters. Put that sid as a hidden input > in the form instead of a GET parameter on the query string? Technically > you're not supposed to mix the 2, but most systems allow it anyways. But > maybe it's tickling a bug here. > > -- > Michael Peters > Plus Three, LP > > -- View this message in context: http://www.nabble.com/Apache2%3A%3ARequest-%3Eparam-fails-with-POST-tp26001117p26009752.html Sent from the mod_perl - General mailing list archive at Nabble.com.