om: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> Subject: Re: Problem with form based JSP authentication using Firefox with
> Tomcat
>
> Luke McMahon wrote:
>> Thanks again P,
>
> Can you include the source of
>
> /index.html
>
> and
>
> /members/index.h
; browser down, so it's not added to the URL the second time round, but as
> the existing ID is an invalid session it triggers the authentication valve.
>
>
>
> You should compare the server response headers rather than the request
> headers, to see if the server is correctly sending th
Thanks p (hope this is formatted better!)
I tried this without success. I've attached the livehttpheader output below.
What seems to happen in Firefox is the first time I go to the login page, it
passes the jsessionid to j_security_check.
If I then invalidate the session, and go to log in agai
Hi there, I'm new to the list, just having some trouble getting my
authentication to work with Firefox. I'm trying to protect access to a member
area in my new website, and am just using the built in form based security for
now. I'm using Tomcat 6.0.14, IE7 and Firefox 2.0.0.6.When attempting to