Re: [mp2] Re-using POST data between input handler/filter

2005-11-03 Thread Dan Axtell
I'm currently having a similar problem with mod_perl 2.0.2 and Apache2::AuthCookie 3.08. Adding enctype = "application/x-www-form-urlencoded" to the form doesn't help. AuthCookie is losing the login form variables when it's set up with the POST method. In the code, the form submit handler is

RE: [mp2] Re-using POST data between input handler/filter

2005-11-03 Thread Stone, Derrick J *HS
lth System -Original Message- From: Stone, Derrick J *HS [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 10:29 AM To: [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: RE: [mp2] Re-using POST data between input handler/filter I believe I'm having a similar problem. Mod_

RE: [mp2] Re-using POST data between input handler/filter

2005-11-03 Thread Stone, Derrick J *HS
I believe I'm having a similar problem. Mod_perl is used to perform authentication and authorization on our servers. After our servers have been up for a couple of hours, areas of our site that require authentication begin to intermittently have this problem. All of the POSTed form data is missing