have you looked at this page? http://jakarta.apache.org/jmeter/usermanual/build-adv-web-test-plan.html
It might not have what you need, but it's a start. If you're trying to mimic a secure session, by using session ID, you're going to have to either extend JMeter, or write your own to benchmark your application. peter paolo ciao wrote: > > I have to test my web application. I use servlet > engine with tomcat server. > I have this problem: with Jmeter I have to test an > unique session. > In my application I use: > HttpSession session = request.getSession(); > > How can say Jmeter to use the same idsession? > How tomcat manage session id? with cookies? where are > this cookies? which is session id variable? > > Thanks for any help > > ______________________________________________________________________ > > Guarda il nuovo video di Anastacia su Yahoo! > http://it.yahoo.com/mail_it/foot/?http://it.music.yahoo.com/anastacia/ > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
