In production, drupalvb wasn't logging the users out of the board. Examining the cookies involved, we were creating cookies with the '.blah.com' domain, and trying to remove them with cookies with the 'www.blah.com' domain. The enclosed patch fixed the problem by using the same method to create the cookie domain in the deleting of cookies as is used to create them.

Comments

sun’s picture

Looks sane to me. However, needs testing.

sun’s picture

Status: Needs review » Fixed
StatusFileSize
new2.9 KB

Committed attached patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.