Not all cookies / localstorage tokens being detected ??

Forums: 
Forum tags: 

Hi, I'm a newcomer to Bleachbit - I really like the clean interface and capabilities - thank you :)

I'm using 5.1.0 on Windows 10, with the main aim of managing cookies in Chrome. I'm no expert in this area.

I'm finding that Bleachbit isn't detecting all cookies that are present, AFAICS. For example, when I do a page inspection in Chrome, I can see both HTML cookies and LocalStorage are presnt for the page, but these don't then show up in BleachBit (after closing Chrome and restarting Bleachbit). In my case, Bleachbit is listing about 1,000 cookies, while my previous tool, CCleaner, shows about 3,000. Among the ones seemingly missing from BleachBit are many that I'd like to have on my keep list.

So, I wonder if I'm missing a setting, or perhaps not understanding the functionality.

In case it's relevant, I typically use two Chrome instances, each with a different Google profile.

Let me know if any more details would help. Many thanks for any advice.

BleachBit version: 
5.1.0
Your operating system: 
Windows 10

To check cookies, are you using Chrome DevTools (F12 key)?

Three things to check or clarify: that both Chrome profiles are detected, support for localStorage "cookies," and granularity. I'll go through them one by one.

You mentioned two profiles. In the tree view (on the left side of the main window), right click on Google Chrome - Cookies, and select Preview. Look for lines that start with "Clean cookies". Do you see one line for each profile? If you are not sure, copy what you see, and paste it here.

The Cookie Manager is new to BleachBit 5.1.0, and for now, only HTTP/HTTPS cookies are supported.

Granularity: The Cookie Manager now supports cookies on a hostname level, though each hostname can have multiple cookies. For example, Google Search has about 20 cookies with names like __Secure-1PSID, _ga, OSID, SID, SSID.

Keeping specific localStorage and IndexDB files, which functionally work like cookies, will be added in a follow-up release. In Google Chrome and Firefox, they show in the log up as separate directories like [...]/google-chrome/Default/IndexedDB/https_example.com_0.indexeddb.leveldb/000005.ldb. Until then, to keep certain localStorage/IndexDB files, add their directories to the keeplist tab in the BleachBit preferences. In other words, you keep them as a generic folder.

---
Andrew, lead developer

Hi, I really appreciate the quick and detailed reply, many thanks.

Yes, to check a page's cookies, I was using F12.

About the question on Chrome profiles, I tried Chrome>Cookies>Preview. Here are the lines beginning "Clean cookies":
Clean cookies 20.5kB C:\Users\*****\AppData\Local\Google\Chrome\User Data\Default\Extension Cookies
Clean cookies 1.2MB C:\Users\*****\AppData\Local\Google\Chrome\User Data\Default\Network\Cookies

The following lines are:
Delete 0B C:\Users\*****\AppData\Local\Google\Chrome\User Data\Default\Network\Cookies-journal
Delete 0B C:\Users\*****\AppData\Local\Google\Chrome\User Data\Default\IndexedDB\https_www.youtube.com_0.indexeddb.leveldb
Delete 0B C:\Users\*****\AppData\Local\Google\Chrome\User Data\Default\IndexedDB\https_www.linkedin.com_0.indexeddb.leveldb
....and all of the following lines have the same path (ending \IndexedDB\)

And that's noted abourt granularity and localStorage / IndexDB files. I;ve started adding directories to the keeplist.

Thanks again.