Re: tomcat 5.5, getSession() returns null

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roman, On 9/21/2010 9:38 AM, Roman Makurin wrote: > We r using tomcat 5.5.27. Here is server.xml from one of nodes(I skip all not > important things from my point of view): > > > >jvmRoute="apps1"> >cla

Re: tomcat 5.5, getSession() returns null

2010-09-21 Thread Roman Makurin
Hi! Thanks for reply! On Mon, Sep 20, 2010 at 11:30:52AM -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Roman, > > On 9/20/2010 3:27 AM, Roman Makurin wrote: > > We have clustering setup with 2 tomcat 5.5 instances, > > What exact version of Tomcat 5.5?

Re: tomcat 5.5, getSession() returns null

2010-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roman, On 9/20/2010 3:27 AM, Roman Makurin wrote: > We have clustering setup with 2 tomcat 5.5 instances, What exact version of Tomcat 5.5? Please post your clustering configuration, including relevant information from web.xml. Specifically, are you

tomcat 5.5, getSession() returns null

2010-09-20 Thread Roman Makurin
Hi all! We have clustering setup with 2 tomcat 5.5 instances, and in some cases(eg when clients browser disable cookies support) behaviour of request.getSession() is really strange. According to api documentation this call should always return session object but it return null. All URLs r encode