You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A cookie which is removed due to an insertion of another cookie with the same name, domain, and path is ignored.
- A newly-created cookie which is not immediately evicted is considered changed.
- A newly-created cookie which is immediately evicted is considered deleted.
- A cookie which is otherwise evicted or removed is considered deleted
I read that as the delete('non-existent') falling into the third case.