clear cookies during login
This commit is contained in:
parent
ef51b35bbe
commit
79da6e604f
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ class CaisseEpargne(BaseBrowser):
|
|||
if self.is_logged():
|
||||
return
|
||||
|
||||
self._ua_handlers['_cookies'].cookiejar.clear()
|
||||
if not self.is_on_page(LoginPage):
|
||||
self.location('https://www.caisse-epargne.fr/particuliers/ind_pauthpopup.aspx?mar=101®=&fctpopup=auth&cv=0', no_login=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue