views:

2852

answers:

12

I use Firefox to develop a web site and at the same time to browse the web, read my gmail, etc.

The problem is every now and then I need to delete the cache and or remove the cookies of the web app, but I want to stayed logged in in the other web pages I am visiting.

Do you know a Firefox plugin (or Firefox trick) that can help with this issue?

+1  A: 

my best guess would be the web developper toolbar

Martin
+6  A: 

Tools -> Options -> Privacy -> Show Cookies

In FF 3.0 they are grouped by domain, and you can eliminate all cookies from selected domain with one click.

vartec
In FF 3.5, you'll want to use:Edit -> Preferences -> Privacy -> remove individual cookies
Matt Huggins
+3  A: 

Cookie Monster might work?. Also, have you considered just using two profiles in Firefox? You could setup two profiles with two icons and use one profile for the website and the other for the non-development. The only problem would be you can only have one open at once.

Also, two browsers (Chrome, IE, Firefox, etc) might work well too.

NoahD
A: 

Simple solution is simple - use two different browsers.
Say chrome for your email and Firefox for dev.

Also, you have Cookie Swap. but it doesn't really work quite as smoothly as you'd like.

shoosh
+2  A: 

WebDeveloper extension allows to delete cookies for domain. It also can clear cache, although for me Ctrl-F5 is enough usually.

Eugene Morozov
A: 

I use AnEC Cookie Editor http://www.linuxuser.at/tools/anec_ff2.html . Works also in FF3.

vladocar
+3  A: 

There are two add-ons for FF that every web developer needs and they are Web Developer Toolbar and Firebug, the Firebug extension YSlow comes in very handy too.

Web Developer Toolbar has great cache and cookie control down to individual cookies. Firebug lets you mess with the DOM and CSS directly for a page and YSlow is good for page weight and response times.

Be careful having Firebug enabled for JavaScript heavy sites as they really slow down. GMail will warn you about this and tell you to turn it off. I have had a problem trying to disbable sites with the menus when the tool is embedded in the browser at the bottom but opening it in its own windows the sites menu works fine.

I personnaly also like IE Tab which means I can quickly view a page in IE without leaving FF and I can also get it to load anything that only works in IE with it.

Dave Anderson
A: 

I have the same problem Ross has, and I couldn't find anything. Webdeveloper bar cannot remove cache for only one domain. It empty the whole cache.
For Internet Explorer you have the Developer Toolbar that does exactly what you want, but not for Firefox.

Romualdinho
+1  A: 

If you would like to use firefox, clear cache and cookies for one domain and stay logged in (and retain cache) at other sites, you could run a second firefox profile concurrently using the '-no-remote' parameter. I use this all the time to view sites I am building from an anonymous and administrative perspective at the same time.

One way to do this (in windows xp) is: make two profiles, then startmenu->run type 'firefox -profilemanager', untick the 'don't ask next time' box and load profile 1, then startmenu->run type 'firefox -no-remote' and load profile 2. You should now have two seperate firefox profiles running.

+1  A: 

Not being able to clear the cache for particular domain is a real pain in my ass. I'm a busy developer working on several sites at the same time. Ctrl-F5 doesn't seem to clear the cache consistently. At the moment I'm trying to get a flash object to refresh..

John
A: 

I use SQLite Manager for firefox to remove single sites from cache. All you have to do is open places.sqlite in your user profile folder using this plugin and remove the site. It's not exactly an easy solution but it does work. Make sure you backup your profile 1st!

William Johnson
A: 

Ross, I have the perfect answer for you. Get on the current tab that you want cookies cleared. Click tools > Page Info. Or install Page Info Forms & links for a shortcut. Then click the Security Tab. Then View Cookies button. It will bring up all the cookies for the relevant domain. Click the ones you want to delete, and click remove.

Jeff