http is a state less protocol so`connection open` is kind of a wrong term. There is something like http connection reuse though, but afaik the authentication process is the same.
So save the cookie data somewhere, maybe in a file. Then on a new http request, read it in and set it to the http header for your next request.