I finally decided to address a problem that has been bothering me for a long time. Until now, all cookies were stored in the application’s memory, causing them to be deleted when restarting the application. The problem mainly occurs when we keep links in the application to some cloud resources that require us to log in. In such a case, every time you launched Keepmark you would have to log in again to get to them. In the upcoming version there will be a Cookie Manager that will store cookies permanently.

Cookies manager

We can view cookies in the context of web domains. For each of them we can see a list of cookies. From this level we can also delete individual cookies or all cookies for a given domain.