If your server uses cookies to store session variables, just attach a Cookie Manager object directly to your ThreadGroup (you'll find it under Add->Config Elements->Cookie Manager.
That should do it. If your using URL-rewriting, then you have bigger problems :-) -Mike > -----Original Message----- > From: kevin hammond [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 15, 2001 2:40 PM > To: JMeter Users List > Subject: Re: walking through a typical user experience, possible with > jmeter? > > > Hi Matt, > > We are in the process of rewriting the JMeter User's > Guide. It will include both basic and advanced > tutorials on how to do HTTP testing. I personally > have not tried creating a Test Plan that handled > session ID's, I have seen emails on this distribution > list that described the process. > > We will be releasing the new documentation as part of > the final 1.7 release (in the near future). 1.7 is > currently in its 2nd beta. > > Thanks, > Kevin > > --- Matt Egyhazy <[EMAIL PROTECTED]> wrote: > > hello, > > > > ive used tools such as loadrunner from mercury > > before. i have been > > considering using jmeter for the same purpose, load > > testing a web > > application. > > > > however, i dont seem to be able to get it working so > > that it mirrors a > > typical user experience on the site. what i mean by > > this is that i cannot > > simulate a user who goes to index.jsp and picks up > > some important session > > variables there and then fills out a form on that > > page and it gets submitted > > to a servlet and then fowards to a jsp that requires > > the session variables > > set on the index.jsp. > > > > i admit that i havent given it all that much time > > because i dont have time > > to figure it out. ive tried fooling around with the > > urlsample stuff, but i > > dont think that is what im looking for. my only > > other idea is that i can > > setup 2 webtest elements but i am not sure that the > > threads running the > > webtests share sessions. any help from experienced > > users would be > > appreciated. > > > > matt > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > __________________________________________________ > Do You Yahoo!? > Find the one for you at Yahoo! Personals > http://personals.yahoo.com > > -- > 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]>

