Re: Cross Context Session Creation-

2010-01-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arnab, On 1/8/2010 5:34 AM, Arnab Ghosh wrote: > Can I disable the session creation in context A and C? Sure: make sure all your JSPs have session="false" in their headers, and make sure that you call request.getSession(false) and check for NULL ever

Re: Cross Context Session Creation-

2010-01-08 Thread Arnab Ghosh
> In that case - suppose a session with a *D52869941C38BC234** > > CD9A940429C403A > > * Id is already present in context B (forwarded from context C ). Now a > new > > request with same jsessionID came to context A . Then context A forwarded > > the request to context B .then will it override the

Re: Cross Context Session Creation-

2010-01-08 Thread Mark Thomas
On 08/01/2010 09:44, Arnab Ghosh wrote: > Dear Friends, > > In that case - suppose a session with a *D52869941C38BC234**CD9A940429C403A > * Id is already present in context B (forwarded from context C ). Now a new > request with same jsessionID came to context A . Then context A forwarded > the r

Re: Cross Context Session Creation-

2010-01-08 Thread Arnab Ghosh
Dear Friends, In that case - suppose a session with a *D52869941C38BC234**CD9A940429C403A * Id is already present in context B (forwarded from context C ). Now a new request with same jsessionID came to context A . Then context A forwarded the request to context B .then will it override the exist

Re: Cross Context Session Creation-

2010-01-08 Thread Mark Thomas
On 08/01/2010 07:18, Arnab Ghosh wrote: > I found that session created in A and B are different and invisible to each > other. But the session ID is same. I want to know is there any chance of > overriding existing session in context B?? Is it a mere coincidence or is > there any logic behind this

Re: Cross Context Session Creation-

2010-01-07 Thread Arnab Ghosh
? Thanks, Ghosh On Thu, Jan 7, 2010 at 11:50 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Arnab Ghosh [mailto:gh...@glenwoodsystems.com] > > Subject: Cross Context Session Creation- > > > > Now I want to know while forwarding a request from

RE: Cross Context Session Creation-

2010-01-07 Thread Caldarale, Charles R
> From: Arnab Ghosh [mailto:gh...@glenwoodsystems.com] > Subject: Cross Context Session Creation- > > Now I want to know while forwarding a request from A to D , > whether session will go from A to D or a new session will > be created under D. To quote from 7.3 of the servl

Cross Context Session Creation-

2010-01-07 Thread Arnab Ghosh
Hello Friends, I am using a cross context mode in my web application. Suppose there are 3 web conext A , B, C. They will access another web application D through cross context forwarding. Now I want to know while forwarding a request from A to D , whether session will go from A to D or a new sessi