# HTML No Cache Code

**URL:** https://forum.kirupa.com/t/html-no-cache-code/14351
**Category:** programming
**Created:** [February 25, 2003, 11:48am UTC](https://forum.kirupa.com/t/html-no-cache-code/14351 "2003-02-25T11:48:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Dravos](https://avatars.discourse-cdn.com/v4/letter/d/848f3c/32.png) [@Dravos](https://forum.kirupa.com/u/Dravos)
#### Post date: [February 25, 2003, 11:48am UTC](https://forum.kirupa.com/t/html-no-cache-code/14351/1 "2003-02-25T11:48:37Z")

</div>

Is there a tag i can put in a pge so it will never look in the caache to load swf files?

Thanks for any help

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 25, 2003, 11:52am UTC](https://forum.kirupa.com/t/html-no-cache-code/14351/2 "2003-02-25T11:52:27Z")

</div>

Well… I don’t know why you have to create a new thread with the same topic…

You can try this in your HTML code…

```php
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">

```

[EDIT]Dang… The meta tag was missing… :\*( [/EDIT]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 25, 2003, 12:00pm UTC](https://forum.kirupa.com/t/html-no-cache-code/14351/3 "2003-02-25T12:00:05Z")

</div>

Sorry but i thought seeming as we moved on to it being an html questions it would be better to ask in server side scripting.

I ll have a look at that thread

Thanks

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 25, 2003, 5:43pm UTC](https://forum.kirupa.com/t/html-no-cache-code/14351/4 "2003-02-25T17:43:43Z")

</div>

Ok 1)

When not cacheing an HTML page, any movies or anything you load INTO that flash file through loadMovie or loadVars still gets cached… I use senoculars script to prevent this…

[http://www.kirupaforum.com/showthread.php?s=&threadid=14268&perpage=15&pagenumber=3](http://www.kirupaforum.com/showthread.php?s=&threadid=14268&perpage=15&pagenumber=3)

and 2) Yes you can stop the cacheing of your page…

> **[Adobe: Creative, marketing and document management solutions](https://www.adobe.com/?id=tn_14743)**
>
> Adobe is changing the world through digital experiences. We help our customers create, deliver and optimize content and applications.

Use this information wisely my friend :sleep:
