Apr-14-2020, 12:47 AM
Hi, is there any native python module that I can use to work with cookie and session ?
Cookie and Session
|
Apr-14-2020, 12:47 AM
Hi, is there any native python module that I can use to work with cookie and session ?
Apr-14-2020, 03:40 AM
Apr-14-2020, 04:56 AM
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link Create MCV example Debug small programs
Apr-14-2020, 12:05 PM
I appreciate the help, but I need work with native and official language modules. That's why the question was about a native python module and not official third parties.
Apr-14-2020, 12:36 PM
(Apr-14-2020, 12:05 PM)JohnnyCoffee Wrote: I need work with native and official language modulesI thought this might be the case. I know probably it's not under your control, but limiting yourself to just Python Standard Library will make you reinvent the wheel for a lot ot things. As to the requests - it was transferred to PSF last year and the repo is under their control. From Standard library I think you should look at urllib.request
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link Create MCV example Debug small programs
Apr-14-2020, 02:04 PM
(Apr-14-2020, 12:36 PM)buran Wrote:(Apr-14-2020, 12:05 PM)JohnnyCoffee Wrote: I need work with native and official language modulesI thought this might be the case. Thank. |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Requests Session Overwriting and cookie jar | muzikman | 0 | 1,858 |
Dec-13-2021, 02:22 PM Last Post: muzikman |
|
Extract Httponly, Secure, domain and path from a cookie | randeniyamohan | 0 | 2,051 |
Jan-26-2020, 04:59 PM Last Post: randeniyamohan |
|
Save Cookie header value in var | DavidFernandez | 0 | 2,171 |
Aug-24-2018, 07:30 PM Last Post: DavidFernandez |
|
Powershell Session translation to Python; Session code seems to not work | Maverick494 | 1 | 4,629 |
Jun-26-2018, 05:16 PM Last Post: Maverick494 |