Hello, how can I delete IE 8 cookies for a certain site from Python? TIA
|
|
|||||
|
|
|
It is probably cleaner and less error prone to use the Python standard library module: cookielib this provides functions to manipulate cookies in various ways. Unfortunately to use this with IE consider the third party extension to this module: Client Cookie. This module contains various "cookie jars" such as |
|||
|
|
|
|
I've found out that under Windows seven cookies are stored in
in format (user)@host[\d].txt, so I guess just deleting the corresponding file is way to go. |
||
|
|
