Home > Q&A > body text
ringa_lee2017-04-18 10:13:35
The login status is stored in cookies. In your code, it is pro = request.HTTPCookieProcessor(cj). If you want to use another user to log in, pro2 = request.HTTPCookieProcessor(cj).
pro