On 07/03/02 0:50, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> From: Scott Jones <[EMAIL PROTECTED]> > Date: 06 Mar 2002 13:26:47 -0800 > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: [TC4.01] Session Not Established on Mac IE? > > Hello, > > I just got off the phone with the first person using Mac OS to use our > website since we upgraded to Tomcat 4.0.1 (from Tomcat 3.3). He was > unable to log into our site using Internet Explorer 5 on OS 9. We still > had an instance on a development machine that used Tomcat 3.3, on which > he experienced no problems. > > It appears that his session is never getting established at all -- my > first thought was that he might have cookies disabled (I do not do URL > rewriting currently, although that would probably fix the problem). > After having him try our Tomcat 3.3 instance, it was clear that cookies > are enabled, so that isn't the problem. > > My only other thought is that the JSESSIONID is a lot larger on Tomcat 4 > -- is it possible that Mac IE5 cannot accept cookies that are longer > than a certain amount? > > Unfortunately, I don't have a Mac here to play with so that I could > really help track this down -- has anyone else experienced anything like > this? > > Thanks! > > -Scott I just checked IE 5.0 running on MacOS 9.0 accessing TC 4.0.1 (no URL rewrite). The JSESSIONID returned from HttpSession.getId() and (from the browser side) the JSESSIONID returned from the JavaScript document.cookie are exactly the same. The same test might give you some insight. HTH Steven Elliott <[EMAIL PROTECTED]> Systems Integrator Interactive Tecnologia, Lda. Lisbon Portugal -- -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
