Link to home
Start Free TrialLog in
Avatar of narmi2
narmi2

asked on

Enable Browser (Client Side) Caching

Hi

How do I enable client side caching for all browsers?

It seems to be enabled to ie7 by default but its not enabled for firefox...

Is there anything I can add to the html header so it enabled caching?
ASKER CERTIFIED SOLUTION
Avatar of Jason Minton
Jason Minton
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of narmi2
narmi2

ASKER

So how do I get firefox to act like that?
the only setting in firefox is the cache size...

Try this in your html:

<HTTP-EQUIV="PRAGMA" CONTENT="CACHE">
Avatar of narmi2

ASKER

That made no difference, I even tried

<meta http-equiv="PRAGMA" content="CACHE">
ya, i didn't think it would... but it was worth a try.

There are no other options...  Sorry.