On Tue, Apr 28, 2020 at 9:11 AM AJ Chen <ajc...@web2express.org> wrote:

> Anyway to fix it? thanks. -aj
>

First you need to investigate whether there is a proxy.
Then what kind of proxy.
Then where is its configuration.
Then consult with its manual and see whether there is something
wrong/missng.


>
>
> On Mon, Apr 27, 2020 at 10:54 PM Martin Grigorov <mgrigo...@apache.org>
> wrote:
>
> > Hi,
> >
> > On Tue, Apr 28, 2020 at 2:23 AM AJ Chen <ajc...@web2express.org> wrote:
> >
> > > My web application using tomcat 6 can track user session (cookie by
> > > default) for mobile and PC users in dev environment. But when deployed
> on
> > > cloud server, it fails to track session for some mobile users. meaning,
> > > servlet always creates a new session upon user request.
> > >
> > > Any idea why this happens?
> > >
> >
> > Most probably there is a proxy in front of Tomcat in the cloud
> environment
> > which does not properly forward the JSESSIONID cookie.
> >
> > Martin
> >
> >
> > >
> > > aj
> > >
> >
>

Reply via email to