Hi, I am bumping into a similar problem with TruClient Ajax where the session ID of the logged in user is also lost due to private browsing, however the solution provided to untick the option in runtime settings: "Simulate a new user on each iteration" does not resolve my particular problem.
i am using HP Loadrunner 11.52 and I have recorded a session through the HP TeamSite web application which is a content management suite based upon ExtJS JavaScript framework, Ajax calls, and other J2EE backend.
What I see happening is that the script logs in the user into the UI, then the user wants to click on a portlet link, but the portlet link has a login dialog due to the fact that the private browsing removed the session id.
How can I script the session id into the TruClient script. Can someone point me to a resource that explains specifically how to develop this javascript into the script?