juju / persistent-cookiejar

cookiejar is a fork of net/http/cookiejar that allows serialisation of the stored cookies
BSD 3-Clause "New" or "Revised" License
112 stars 75 forks source link

deleteExpired deletes valid cookies #28

Closed winteraz closed 6 years ago

winteraz commented 6 years ago

if the server sends a Cookie without max-age and expiry date (e.g. "Set-Cookie":["xname=xyz; path=/; domain=www.example.com; secure; HttpOnly") deleteExpired considers it "expired" and deletes it