I am testing a login system which stores a session in a variable. The variable is dynamic; meaning, its value changes for every request. I followed this tutorial http://sjpknight.com/correlating-dynamic-values-in-jmeter/ for doing this.
Now, the thing is, this session variable (${session_store}) auto generates only for the first time it is called in my http samplers (I call it thrice in my application). The second time I call it, the value it has is the default value I stored in it in the Regular Expression Extractor element. Meaning, the auto generated value in the first variable call is not received by the second variable call. Right now, I am having an error since the values of the two variable calls are not the same. Any suggestions on how to fix this?