I want to handle data from a website. I need to handle sessions, so I need to send cookies. But if my program waits longer than 60 seconds to request a new site, the DNS resolver will bring me a new ip so my program will connect to another server which doesn't have my session.
Is it possibile to connect to the same server (IP) via HTTPConnection?