On 19/09/06, Oliphant, Erich (Contr) (Mission Systems)
<[EMAIL PROTECTED]> wrote:
Hi I am trying to use the http url rewriting modifier in a load
scenario.  The "Session Argument Name" is returned by my application's
pages in  a hidden form variable.  However the modifier doesn't seem to
'see' it, it appends a blank session variable to the URL's even after
the pages with the session var are received.  The docs are a little
light about the specifics/limitations of this modifier.  Should it work
under these circumstances ?

It uses regexes to find the session variable, and perhaps there is a
syntax that has not been allowed for.

Can you provide an example of the HTML that defines the session id?
Not the whole page, just a small chunk that includes the id, e.g.
something like:

<input name='sid' value='myId'>

My test has everythign directly under the thread group.  The URL
Rewriting Example in 6.1 of the manual shows the modifier under a Simple
Controller.  Is this required/necessary?


No, it's not necessary.

In fact the description is wrong, because the modifier is *not*
attached to the Thread Group. In this case the modifier will only
apply to the samplers under the Simple Controller, i.e. not to the
top-level Index page.
[I'll fix the docs]

See 
http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html#scoping_rules

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

Reply via email to