Caching on handsets
In short
To prevent caching across all carriers and xhtml handsets, use a combination of meta tags and http headers.
Meta tags
<meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="cache-control" content="no-store" />
http headers
Cache-Control:no-cache Pragma:no-cache
docomo
- nothing specific on docomo's public site, they refer to the xhtml standards...
au
- meta tags and http headers
SoftBank
Cache-Control:no-cache
- handset cache
Pragma:no-cache
- tell GW to not cache
download pdf docs from SoftBank
