[buddypress-trac] [BuddyPress Trac] #5909: Logging out does not clear cookies
buddypress-trac
noreply at wordpress.org
Mon Sep 29 18:03:13 UTC 2014
#5909: Logging out does not clear cookies
------------------------------+---------------------
Reporter: r-a-y | Owner: r-a-y
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.1.1
Component: Template Pack | Version: 2.1
Severity: normal | Resolution: fixed
Keywords: has-patch commit |
------------------------------+---------------------
Comment (by r-a-y):
In [changeset:"9056"]:
{{{
#!CommitTicketReference repository="" revision="9056"
bp-legacy: Properly clear cookies when logging out.
When a user logs out, buddypress.js attempts to clear all cookies.
However,
this now fails with BP 2.1.
The problem is when we enqueued our JS assets (#5208), we upgraded
jquery.cookie to 1.4.1. v1.4.1 uses a new routine to clear cookies.
This commit updates our clear cookies calls to this updated routine.
Fixes #5909 (trunk).
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5909#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list