Hello We have encountered this problem:
We have several jmeter tests (test plans) which use several identical steps at the beginning and at the end of the test. Previously we decided to take all of the initial steps out to make the test plan setup.jmx, and the ending steps into the test plan teardown.jmx and just launch them using IncludeController in every test. At the setup.jmx steps we log in to the site, create a project (the site has this functionality) teardown.jmx just makes some checks and logs out. The problem is that jmeter creates different http sessions in the main test plan and in setup.jmx. It means that a different http session was used in setup.jmx, and the project created during setup is not available in the main test plan. How can we share the http session between the current test plan and the one being included? -- View this message in context: http://www.nabble.com/Need-an-advice-on-how-to-share-https-session-between-test-plans-tp20443509p20443509.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

