Re: New session id on each request...

2014-09-24 Thread Valentin V. Bartenev
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

Re: New session id on each request...

2014-09-24 Thread bjorntj
What kind of information is needed? My nginx config? Anything else? BTJ Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253367,253510#msg-253510 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: New session id on each request...

2014-09-24 Thread Valentin V. Bartenev
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

Re: New session id on each request...

2014-09-23 Thread bjorntj
No one have any insights on this? BTJ Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253367,253503#msg-253503 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

New session id on each request...

2014-09-18 Thread bjorntj
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