[SOLVED]: Problem with form based JSP authentication using Firefox with Tomcat

2007-09-08 Thread Luke McMahon
@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.html (is it html or JSP?) p Yeah I actually already had the meta tags at the top

Re: Problem with form based JSP authentication using Firefox with Tomcat

2007-09-06 Thread Pid
-Coyote/1.1 Pragma: No-cache Cache-Control: no-cache Expires: Thu, 01 Jan 1970 10:00:00 EST Etag: W/2807-1188956843361 Date: Wed, 05 Sep 2007 02:04:23 GMT Date: Wed, 5 Sep 2007 09:46:53 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Problem with form based JSP

Re: Problem with form based JSP authentication using Firefox with Tomcat

2007-09-05 Thread Pid
Are you saying you tried what I suggested, or that you have already tried it? It seems like the problem is a caching issue to me. What URL are you trying to access to trigger the login - you're not accessing the login.jsp directly are you? (I have to ask...) In the second instance the

RE: Problem with form based JSP authentication using Firefox with Tomcat

2007-09-05 Thread Luke McMahon
2007 09:46:53 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Problem with form based JSP authentication using Firefox with Tomcat Are you saying you tried what I suggested, or that you have already tried it? It seems like the problem is a caching issue to me. What URL

Problem with form based JSP authentication using Firefox with Tomcat

2007-09-04 Thread Luke McMahon
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

Re: Problem with form based JSP authentication using Firefox with Tomcat

2007-09-04 Thread Pid
Try putting all of the Cache-Control commands inline, comma separated: meta http-equiv=Cache-Control content=no-store,no-cache,must-revalidate meta http-equiv=Pragma content=no-cache meta http-equiv=Expires content=-1 You can also set the headers: %

RE: Problem with form based JSP authentication using Firefox with Tomcat

2007-09-04 Thread Luke McMahon
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