HTTPCreds: remove all cookies when logging out (#5383)
authorOlivier Goffart <olivier@woboq.com>
Tue, 3 Jan 2017 10:39:10 +0000 (11:39 +0100)
committerMarkus Goetz <markus@woboq.com>
Tue, 3 Jan 2017 10:39:10 +0000 (11:39 +0100)
commitd433f0e08e919b57fc02e83b39144efff2b351ad
treee1b31564fbc9fdfea5762af06b8f305e904a7713
parent107149d6010c309ba2ac98f77dae0ea58cd7649f
HTTPCreds: remove all cookies when logging out (#5383)

Some custom server use persistent cookies with the auth token. So we should
clear all the cookies when disconnecting.
Account::clearCookieJar is only called from the HTTPCredentials. This funciton
is not used for shibboleth.
There is probably no reasons to keep the HTTP cookie anyway.

Issue #5370
src/libsync/account.cpp