How do I do so that my pages does not cache on the visitors phone? If it does, the visitor won't know when the page has changed. I use php to create my pages if that gives any help.
Also, I would like to know which phones can use the same applications. For example, if 3410 can use the same games, etc as 3510i.
This is a fairly (well ok very) old post but I hope my plea for help might bring it alive...
No matter how I try (and I've tried the world) I cannot get caching to stop on a Nokia 7610. I have a very simple page which references a text file that is always changing:
web page file "NextPage.php"
----------------------------
I get the first page of text and I can see the page "refresh" (flash) on the phone but it will not refresh to the next page of text. I have checked that the text file is changing on the web server and everything works when I use an Opera browser on my PC!.
Please - has anybody got a hidden nugget of a suggestion?
One way to get around this is to append some sort of unique query string to the url on each request. I know this isn't the nicest approach, but it works, so there you go.