hi Session Variables are normally set by something that you post in the request or something that you load from database or whatever, both of which will work with JMeter. The only thing that you have to be concerned about is how the session id is maintained, normally this is via Cookie and for Jmeter to deal with cookies, you have to add a Cookie Manager to your test
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Cookie_Manager Mail archive http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/ use google to search regards deepak On Mon, Dec 28, 2009 at 12:20 PM, Maria Alejandra Trozzi <[email protected] > wrote: > Hi !! Sorry, but I don't understand how to search the archives.... and what > doc do you mean? The help of the app?? > > Thanks a lot ! > > 2009/12/28 Trenton Lipscomb <[email protected]> > > > The cookie manager should be able to do this. The docs have lots of > > examples, as do the mailing list archives. Search around and try stuff > > and mail again if you get stuck. > > > > On Monday, December 28, 2009, Maria Alejandra Trozzi <[email protected] > > > > wrote: > > > Hi ! I'm testing a .NET app, that uses session variables for most > > > parameters... > > > It's possible to send those session variables ?? > > > > > > Tks! > > > Alejandra. > > > > > > > -- > > *trenton > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >

