Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User nkn_jones's Avatar
    Join Date
    Mar 2003
    Posts
    5
    How can I prevent the WAP browser caching the content/wml deck?

  2. #2
    Registered User Moth's Avatar
    Join Date
    Mar 2003
    Posts
    41
    The cache storing in the client can be controlled using HTTP headers or by having HTTP-EQUIV meta tags in the WML content. If both of the previous cache controls have been defined, the HTTP headers have a higher priority.

    Within WML content you can use:
    <meta http-equiv="Cache-Control" content="max-age=0"/>
    or
    <meta http-equiv="Cache-Control" content="no-cache"/>

    Please try to use this "no-cache" if you have problems with "max-age".

    Also make sure that your origin server or gateway doesn't cache your files.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved