Don't we set the session variable to resp.cookies? And can't we also create a session object to do sessions? One of the readings mentioned that. What are the differences between the answer options for Q3? How would we handle multiple concurrent requests to the same server using the requests module, and would that cause any threading issues? Also what's the difference between using resp.text and resp.json()?