id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 5909,Logging out does not clear cookies,r-a-y,r-a-y,"Originally reported by Ypswytch: https://buddypress.trac.wordpress.org/ticket/5889#comment:13 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, we upgraded jquery.cookie to 1.4.1. v1.4.1 has a new routine to [https://github.com/carhartl/jquery-cookie#usage remove cookies]: `$.removeCookie('name', { path: '/' });` We are currently doing this: `$.cookie('name', null, { path: '/' });` Which doesn't clear the cookie anymore. Attached patch switches all our clear cookie calls to this updated routine.",defect (bug),closed,normal,2.1.1,Appearance - Template Pack,2.1,normal,fixed,has-patch commit,