Bug 5633 - WebUtil.eraseCookie() doesn't work in Firefox
Summary: WebUtil.eraseCookie() doesn't work in Firefox
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: pre-1.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Samuel Mannehed
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-09 11:31 CEST by Pierre Ossman
Modified: 2023-07-13 13:13 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2015-09-09 11:31:18 CEST
The cookie remains with its previous value. After some testing it turns out that Firefox is getting annoyed with the "path" attribute. Removing that makes the cookie go away properly.
Comment 1 Pierre Ossman cendio 2015-09-09 13:15:34 CEST
It's apparently more complicated. The path attribute is okay, as long as it is the same as the path used when setting the cookie (or subset?).
Comment 2 Pierre Ossman cendio 2023-07-13 13:13:25 CEST
Confirmed that this is still an issue with Firefox 112.

Fortunately, we also remove the cookie via the response to the WebSocket request, which is sufficient to get rid of it even on Firefox (although see bug 8190).

Note You need to log in before you can comment on or make changes to this bug.