On 12/07/2010 06:03 PM, Sivaprasad Chintam wrote: > 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....
Does the application expect you to make at least one plain old request (during which your session cookie is generated) before posting your login credentials, maybe? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

