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.  You could change to using a regular expression function to grab the 
session ID and use it over and over again in your test.

-Mike

On 4 Apr 2003 at 16:08, Jens von Pilgrim wrote:

> Hello,
> 
> I'm using JMeter for a PHP-web-application test. It's working fine, but the
> HTTP URL-Rewriting Modifier seems to add a ';' to the Session-ID.
> 
> That is, the URL
> 
> http://somehost/somepath?PHPSESSID=12345678
> 
> is rewritten to
> 
> http://somehost/somepath?PHPSESSID=12345678;
>                                            ^
>                                          that's the problem ;-)
> 
> 
> The PHP session management produces an error if the session id contains
> non-aplhanumeric characters.
> So far, I added a workaround in my php application (removing the ';'), but
> I'm still wondering whether this is a bug or a feature. I'm using the lates
> stable release version 1.8.1.
> 
> Regards,
> 
> Jens
> 
> BTW: The property language in jmeter.properties seems to be ignored.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



--
Michael Stover
[EMAIL PROTECTED]
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to