New session id on each request

I have Nginx as a reverse proxy in front of a Tomcat server running a
webapp.
This works ok using Firefox but not Chrome or IE… When using Chrome or
IE,
the JSESSIONID gets a new value for each request (instead of keeeping
the
same value as it should).
Are there some settings I am missing to fix this?

(Using Apache it works for all browsers but I want to use Nginx… :slight_smile: )

Regards,

BTJ

Posted at Nginx Forum:

No one have any insights on this?

BTJ

Posted at Nginx Forum:

On Thursday 18 September 2014 03:40:03 bjorntj wrote:

I have Nginx as a reverse proxy in front of a Tomcat server running a
webapp.
This works ok using Firefox but not Chrome or IE… When using Chrome or IE,
the JSESSIONID gets a new value for each request (instead of keeeping the
same value as it should).
Are there some settings I am missing to fix this?

(Using Apache it works for all browsers but I want to use Nginx… :slight_smile: )

No, there are no such special settings. You should provide more
information
to get help.

wbr, Valentin V. Bartenev

What kind of information is needed? My nginx config? Anything else?

BTJ

Posted at Nginx Forum:

On Wednesday 24 September 2014 06:15:35 bjorntj wrote:

What kind of information is needed? My nginx config? Anything else?
[…]

An output of nginx -V and configuration are minimal information,
that someone can give to help in diagnosing any problem.

In your case, the first step to identify the cause of the issue
should be comparing requests from these browsers.

wbr, Valentin V. Bartenev