diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-08-01 11:41:55 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-08-01 11:41:55 -0700 |
commit | 12bbf0e92251818c397bc4e33a26395b3ad98175 (patch) | |
tree | b531d972495f262dc0617d779efa6d0a0d8b5f67 /indra | |
parent | a2b1e06c3def4a8a97a41f3379c336864ede21f8 (diff) |
ACME-773 Making cookie clearing occur during disc and connect.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloatersocial.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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"); } //////////////////////// |