Re: [Pound Mailing List] Session Tracking Issue

2012-09-06 Thread P. Broennimann
Hi guys Thanks for your help! After checking again & again I finally found the problem! My application has a login-screen where the session-cookie is not set yet (as the login procedure only can occure AFTER the username/password is posted to the backend). So at this stage it is OK that these st

Re: [Pound Mailing List] Session Tracking Issue

2012-09-06 Thread Jari Fredriksson
06.09.2012 11:57, Scott McKeown kirjoitti: > Hi Peter, > > I think that the problem lies in that your Pound configuration file is > not nested correctly. > Your Listening on '192.168.10.41:80 ' but the > services are outside of the scope of the ListenHTTP One can configure

Re: [Pound Mailing List] Session Tracking Issue

2012-09-06 Thread Scott McKeown
Hi Peter, I think that the problem lies in that your Pound configuration file is not nested correctly. Your Listening on '192.168.10.41:80' but the services are outside of the scope of the ListenHTTP Give this change a go and let us know what you get: #

[Pound Mailing List] Session Tracking Issue

2012-09-05 Thread P. Broennimann
Hi there I have Pound 2.6 installed. Two instances of my back-end application are running on different ports and I am trying to load-balance (using a sessionID stored in a cookie). I noticed in the Pound log that requests (from a same client) are not all directed toward a same application/port, a