Sean Davis wrote:
>
> On Jan 19, 2005, at 1:45 PM, Joe Schaefer wrote:
>
>> Sean Davis <[EMAIL PROTECTED]> writes:
>>
>> [...]
>>
>>> Thanks Joe, Tom, and Geoff for the replies. To answer all of you:
>>>
>>> I am NOT using mp2 and I think the behavior is documented for mp1, as
>>> others have
On Jan 19, 2005, at 1:45 PM, Joe Schaefer wrote:
Sean Davis <[EMAIL PROTECTED]> writes:
[...]
Thanks Joe, Tom, and Geoff for the replies. To answer all of you:
I am NOT using mp2 and I think the behavior is documented for mp1, as
others have suggested.
True, you can't share the post data in an apa
Sean Davis <[EMAIL PROTECTED]> writes:
[...]
> Thanks Joe, Tom, and Geoff for the replies. To answer all of you:
>
> I am NOT using mp2 and I think the behavior is documented for mp1, as
> others have suggested.
True, you can't share the post data in an apache-1 server, so
either use the POST
On Jan 19, 2005, at 11:03 AM, Joe Schaefer wrote:
Sean Davis <[EMAIL PROTECTED]> writes:
On Jan 19, 2005, at 10:11 AM, Sean Davis wrote:
This is a simple not-understanding-the-issues question, I'm sure. I
have an authen handler (that used Apache::Request, Apache::Cookie,
and
Apache::Session) in f
Sean Davis <[EMAIL PROTECTED]> writes:
> On Jan 19, 2005, at 10:11 AM, Sean Davis wrote:
>
>> This is a simple not-understanding-the-issues question, I'm sure. I
>> have an authen handler (that used Apache::Request, Apache::Cookie, and
>> Apache::Session) in front of a uri serving a Registry scri
* do you know that many browsers don't support an aribary length of get
requests? That's why big forms often use POST and
* a major disadvantage of GET is that it is visible in browsers history.
The next one who works on the computer can see what the last person sent
to your URL which is most o
On Jan 19, 2005, at 10:11 AM, Sean Davis wrote:
This is a simple not-understanding-the-issues question, I'm sure. I
have an authen handler (that used Apache::Request, Apache::Cookie, and
Apache::Session) in front of a uri serving a Registry script that runs
using CGI. The script works fine wit
This is a simple not-understanding-the-issues question, I'm sure. I
have an authen handler (that used Apache::Request, Apache::Cookie, and
Apache::Session) in front of a uri serving a Registry script that runs
using CGI. The script works fine without the handler in place, but
when I put the h