Hi, I'm trying to get a test working that logs into a web application. After the first request passes OK (to open the root path), the response for some other requests is "302 Moved Temporarily".
I'm assuming that the login provides a session ID that I need to pass on to the other requests. How can I do that? Any other advice? Thanks, Jonathan

