Hi, I am working on Flex based desktop application. Recorded simple Login-Logout scenario.
- During 1st run (1VU, loop count:1) login is failing ( status code is 200 only), with same settings i have run it again then it is passed. - I tried with 1VU, loop count is 2. In first loop failed and in second loop passed. - Then i have added one more login request just before the original one, here also same thing first request failed and original request passed. *Failed response : * faultString = "Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly." Why the request is failing at very first time, any workarounds on this.... Regards, Siva

