From 12bbf0e92251818c397bc4e33a26395b3ad98175 Mon Sep 17 00:00:00 2001 From: Gilbert Gonzales Date: Thu, 1 Aug 2013 11:41:55 -0700 Subject: ACME-773 Making cookie clearing occur during disc and connect. --- indra/newview/llfloatersocial.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') diff --git a/indra/newview/llfloatersocial.cpp b/indra/newview/llfloatersocial.cpp index 0041ee9d7e..4c8aec4e99 100644 --- a/indra/newview/llfloatersocial.cpp +++ b/indra/newview/llfloatersocial.cpp @@ -764,6 +764,8 @@ void LLSocialAccountPanel::onConnect() void LLSocialAccountPanel::onDisconnect() { LLFacebookConnect::instance().disconnectFromFacebook(); + + LLViewerMedia::getCookieStore()->removeCookiesByDomain(".facebook.com"); } //////////////////////// -- cgit v1.2.3