I wonder if $ENV{QUERY_STRING} will work?
Bill "Elvis" Gibbs
goEbusiness.com - putting e-motion in your business
email - [EMAIL PROTECTED] work - 301-668-5090 cell - 301-748-6938
-Original Message-
From: Andrew O'Brien [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 28, 2001 11:59 AM
To
Apache 1.3.12
mod_ssl 2.6.4
OpenSSL 0.9.4
mod_perl 1.24
HTML::Embperl 1.3.3
Apache::Session 1.53
For site security I've implemented cookie-based access control in
the form of a PerlAccessHandler. This makes it easy to do things like
timeouts of sessions etc based on %udat values which can be set
Gerarld, I have got proof that this problem is true on some systems.
See the included embperl.log. Search for "Formdata". Note that the first
request is POST (username and password strings) and the second is just a get
of a page (with one GET param: logout=1).
Note the content length is 41 in th
Gerarld wrote:
>I guess you have GET & POST parameter in the same request. If there arePOST
>parameter i.e. CONTENT_LENGTH is greater zero, then Embperl the POST
>parameter takes precedence and the GET parameters are ignored. You
canwrite>
>[+ $ENV{CONTENT_LENGTH} +]>
>to see if there is any data