Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Disable image caching
Old 08-17-2010, 11:48 AM Disable image caching
Junior Talker

Posts: 3
Trades: 0
i need to disable image caching
<img src="picture.jpg?1222259157.415" alt=""> - doesn't suit me as i want to disable caching for Flash app and it doesn't support this kind of links
also don't tell me about:
header( 'Expires: Mon, 26 Jul 1997 05:00:00 GMT' );
header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
header( 'Cache-Control: no-store, no-cache, must-revalidate' );
header( 'Cache-Control: post-check=0, pre-check=0', false );
header( 'Pragma: no-cache' );

as for images this just doesn't work
FixxxerBoy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-17-2010, 12:16 PM Re: Disable image caching
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
Did you use the META tags?
__________________
Jyoz
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 08-17-2010, 12:17 PM Re: Disable image caching
Junior Talker

Posts: 3
Trades: 0
Quote:
Originally Posted by jyoz22 View Post
Did you use the META tags?

yes, i've tried:
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="expires" content="0">
FixxxerBoy is offline
Reply With Quote
View Public Profile
 
Old 08-17-2010, 12:21 PM Re: Disable image caching
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
try this:

<meta http-equiv="cache-control" content="no-Cahce" />
in addition with the other two meta tags you have used.

Also one thing if you already loaded the site on your browser before you updated it to include the no cache you might want to refresh the page. A simply reload may do the trick. From then on it might just not cache afterwards.
__________________
Jyoz
jyoz22 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Disable image caching
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23659 seconds with 12 queries