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

Reply via email to