|
Posted by Bruno on 11/16/80 11:28
Hi there,
I have to use a flash file as an intro (customer requirements) with a
dropdown to select countries. After the user has selected a country, I
transfer to a frame page.
The FramePage (created by PHP) searches a directory and displays the files.
If I add or delete a file and refresh the page by F5 (IE), I will not see
the changes most of the time, although I have these code of lines in the
header section:
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
What can I do? Could I use a variable in the session management, for example
the time/date to make the browser / caching system think, that the page has
changed?
Or is there another solution?
Thanks for any hints
Bruno
Navigation:
[Reply to this message]
|