Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
clear cookies on login, bump minor (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbasan authored Mar 19, 2024
1 parent c5cf60d commit c6ac19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions catalystwan/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def login(self) -> ManagerSession:
ManagerSession: (self)
"""

self.cookies.clear_session_cookies()
self.auth = vManageAuth(self.base_url, self.username, self.password, verify=False)
self.auth.logger = self.logger

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "catalystwan"
version = "0.31.0"
version = "0.31.1"
description = "Cisco Catalyst WAN SDK for Python"
authors = ["kagorski <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c6ac19a

Please sign in to comment.