Hi No you will get different session ids (the value in the ession id isnt important)- each session gets it s own. What you need to check is that Jmeter and Browser pass session ids correctly on each request (e.g. if the browser passes JSESSION=value1 for all three requests i.e. the value doesnt change between requests then JMeter should also pass the same value for all 3 requests (a different value but the value shouldnt change between requests). If the browser only got a single Set-Cookie then JMeter also should have got a single set-cookie.
regards deepak On Mon, Aug 23, 2010 at 11:48 AM, cal0y <[email protected]>wrote: > > Follow redirects is selected in all requests and Our application uses > cookies > to manage session id's. I used firebug to monitor the cookies while > recording the post method and i compared the JSESSIONID's with the one in > the result tree after i ran the script, and they are not the same. Is this > a > problem? > > Thanks. > -cal0y > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Jmeter-gets-response-code-403-on-post-methods-tp2645078p2645168.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] > >

