It seems like your libapreq install is broken or something. Did it pass
all the tests when you built it?
Adam
nmittal wrote:
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