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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupalvb-HEAD.logout-cookies.patch | 2.9 KB | sun |
| drupalvb_fix_logout_cookiedomain.patch | 668 bytes | jcfiala |
Comments
Comment #1
sunLooks sane to me. However, needs testing.
Comment #2
sunCommitted attached patch.