Cocoa Cookies 0.9 review

Download
by rbytes.net on

Cocoa Cookies is a very simple Cocoa app that helps you to search for and delete HTTP cookies stored in the shared Cocoa cookies storage.

License: Freeware
OS: Mac OS X
File size: 177K
Developer: Todd Ditchendorf
Price: $0.00
Updated: 07 Jul 2006
0 stars award from rbytes.net


Cocoa Cookies is a very simple Cocoa app that helps you to search for and delete HTTP cookies stored in the shared Cocoa cookies storage. "What is the 'shared Cocoa cookies repository'?" I hear you asking... Well... it's a Cocoa API for storing cookies (NSHTTPCookieStorage class to be exact... but that's not important). A few popular Cocoa apps use it to store their cookies in a common, shared repository:

• Safari
• NetNewsWire
• Shiira

Those are the ones I know of... there may be more.

The easiest way to describe Cocoa Cookies is to tell you why I personally needed it. At work, I'm developing a web application for which I am constantly needing to delete specific cookies. I like to test and develop my web app primarily using Safari (occasionally stopping to test in EOMB [Every Other Modern Broswer], of course). Safari is also my preferred browser for personal use, so the number of cookies stored in my version of Safari at any one time is quite large. So when I decide I need to delete a specific cookie for my web app, I have to open Safari preferences, click the 'Security' toolbar icon, click 'Show Cookies' and then visually search thru the list of hundreds of cookies to find the ones that match the domain for my web app ('localhost.local' in this case). That is a pain in the ass. Safari's cookie-browsing UI does not currently include any way to search the stored cookies.

Cocoa Cookies allows you to view the cookies that Safari, or any other Cocoa app, has stored in the share cookie storage. More importantly, Cocoa Cookies contains a search field that provides live 'search-as-you-type' searching on the domains (only the domains) of the cookies stored. Thus, making it much easier to find and delete the specific cookies you are looking for.

Here's an extra bonus... NetNewsWire -- the most popular RSS reader on any platform, not only OS X -- is also a web browser that stores cookies in the shared Cocoa cookie storage. Additionally, NetNewsWire does not provide a UI for managing the cookies you amass while browsing. Use Cocoa Cookies to manage your NetNewsWire cookies!

It's simple, and it needs a little work... but I hope you like it.

What's New:
Now a Universal Binary with a cute new icon.

Cocoa Cookies 0.9 search tags