Hello, > It's probably because of the way your web pages are setting the > session ID - there > might be a redirect page and the redirect location string ends with > PHPSESSID=12345678; - JMeter is picking up the semi-colon as part of the > session ID.
Thank you for answering so quickly. But - no - there's no ';' in the parsed URL. And no redirect page. None of my pages produces ';'... > You could change to using a regular expression > function to grab the > session ID and use it over and over again in your test. Good idea, but I must concede that I'm a JMeter newbie :). As I wrote I added a workaround in my php application. But the ';' is definitly produced by JMeter. Regards, Jens --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

