i am recording chrome sessions in fiddler and when i login to my site with https it records all, but playing the webtest on visual studio it shows 302 redirect error on login page and then for all rest of the pages it shows that it is again trying to login. what could be the cause?
Typically, this implies that your server is returning a cookie or some other token that is not being dynamically bound by the Web Test. As a consequence, all subsequent requests are treated as bearing invalid authentication info, and attempt to redirect the request to the login page.