emptySessionPath and new session id

2008-01-10 Thread Nahor
s will be send to server T1 by the load-balancer and they will fail because the session is invalid (since it was really created on T2). So is there a way to have both session cookies with an empty path and have tomcat use new session id? Thanks, Nahor -

Re: Preferred load-balanced worker

2008-01-09 Thread Nahor
Rainer Jung wrote: Hi, Nahor wrote: Hi, Is there a way to specify at runtime what worker the load-balancer should use first? For some request, we can't use cookies so we pass the session id via the URL or via the query string. We then force the worker using RewriteRule an

Preferred load-balanced worker

2008-01-08 Thread Nahor
Hi, Is there a way to specify at runtime what worker the load-balancer should use first? For some request, we can't use cookies so we pass the session id via the URL or via the query string. We then force the worker using RewriteRule and the JK_WORKER_NAME env var. But then the request doesn