Hello, I'm new with pound, did some testing and have a question.
Our application keeps session information in the URL like this: "lservlet;jsessionid=". To let pound keep track of these sessions I wanted to use session detection by URL parameter, but this didn't work. In the mailing list I found a solution to edit the source code and recompile. I tried this and it works but I'm wondering if this is the right way to do it or are there other way's to keep track of these sessions? What i changed in the source code: In Pound-2.4.4 config.c row 327 i added ; like this: snprintf(lin, MAXBUF - 1, "[?&;]%s=([^&;#]*)", svc->sess_parm); Regards, Ron Blom -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
