Today session cookies are not cleared from memory when the webview process is killed. They are still alive even if the app process is killed. The only two ways to clear session cookies are:
a. Manually invoke Webview’s clearData() with cookie flag set
b. Reboot chromebook
Doing (a) however clears both in memory as well persistent cookies which is not the desired outcome.
Partners need a way to clear *only* the session cookies leaving behind persistent cookies. As per documentation there is no special flag to clear only the session related cookies.
Comment 1 by lfg@chromium.org
, Jan 31 2017Labels: M-58 OS-Linux OS-Mac OS-Windows