Yes, your idea would work. However, you'll want to put that login HTTP request under the Modification Manager, not vice versa as you have shown.
-Mike On 29 Apr 2002 at 19:39, Joseph Barefoot wrote: > So, I notice some new enhancements in the dev build...such as the HTML > Parameter Mask Modifier. Does this do what I think it does, i.e. add a > request parameter and increment the suffix every time it's called, > regardless of what thread is calling it(e.g.. user1, user2, etc.)? > > > If so, would the following be a valid means of accomplishing multiple users, > one per thread? > > <once only controller> > <http request controller -- login URL > > <modification controller> > <html parameter mask modifier -- userName > > <html parameter mask modifier -- password > > > <http request controller -- some URL > > <http request controller -- some other URL > > > > > ...or am I completely missing the point? :) > > > > thanks, > > Joe Barefoot > > -----Original Message----- > From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 7:03 PM > To: Jmeter > Subject: multiple logins, por favor? > > > Hi, > > I'm pretty new to JMeter, and (of course) need to simulate multiple > logins/sessions with different usernames/passwords. I've checked out the > archives and saw lots o' hacks to do this...does anyone have a Modifier for > 1.7 that can do this, or does anyone have a suggestion on how to get JMeter > to do my bidding in some other fashion? > > thanks a bunch, > > Joe Barefoot > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

