I made a web server using Python and mysql Apache 2. I want to use Python here to send cookies or sessions and use other Python files to receive the cookies and keep them logged in. I looked it up and it seems that you can do it with requests. Is there any way?