Re: sticky sessions without cookies?

2008-04-17 Thread Gunnar Schmid
OK, I see, thanks. I'll try to set this up in an test environment and see how it works for me. -- View this message in context: http://www.nabble.com/sticky-sessions-without-cookies--tp16705364p16748765.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: sticky sessions without cookies?

2008-04-16 Thread Gunnar Schmid
no preference how this is achieved, either by avoiding the use of cookies (in app and load balancer) or by clustering/replication so that it doesn't matter which app server you're hitting. -- View this message in context: http://www.nabble.com/sticky-sessions-without-cookies--tp16705364p16717689.html

Re: sticky sessions without cookies?

2008-04-16 Thread sharrissf
no preference how this is achieved, either by avoiding the use of cookies (in app and load balancer) or by clustering/replication so that it doesn't matter which app server you're hitting. -- View this message in context: http://www.nabble.com/sticky-sessions-without-cookies--tp16705364p16723762

sticky sessions without cookies?

2008-04-15 Thread Gunnar Schmid
Hi, I'm looking for a way to have sticky sessions without cookies. But let me explain our scenario first, maybe there's another approach I currently can't think of. We are running a JSF based application on two Tomcat 5.5 servers, both behind a load balancer with sticky sessions enabled

Re: sticky sessions without cookies?

2008-04-15 Thread sharrissf
Quick question... Are you asking to run with no sticky load balancer or do you just want to make sure that when the stickiness is wrong the session is safe? Gunnar Schmid wrote: Hi, I'm looking for a way to have sticky sessions without cookies. But let me explain our scenario first