0

I am having different thread groups in my j-meter test plan and I want to maintain same session id across all thread groups. Can anyone help me here?

1 Answers1

0

You can try extract Session id with Regular Expression Extractor, and then use it in next thread groups

Jay
  • 1,389
  • 1
  • 10
  • 15
  • Also I found another answer with using BeanShell here: http://stackoverflow.com/questions/9825984/sharing-cookie-values-between-thread-groups-in-jmeter – Jay Nov 29 '13 at 13:29