Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. page reloading

page reloading

Scheduled Pinned Locked Moved Web Development
tutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mohammed Derbashi
    wrote on last edited by
    #1

    Can any one till me how to inforce the page NOT to be loaded from the cach? Mohammed Derbashi

    D P 2 Replies Last reply
    0
    • M Mohammed Derbashi

      Can any one till me how to inforce the page NOT to be loaded from the cach? Mohammed Derbashi

      D Offline
      D Offline
      derhackler
      wrote on last edited by
      #2

      you could use the following page directive: <%@ OutputCache Duration="0" VaryByParam="None" %>

      1 Reply Last reply
      0
      • M Mohammed Derbashi

        Can any one till me how to inforce the page NOT to be loaded from the cach? Mohammed Derbashi

        P Offline
        P Offline
        Paul Watson
        wrote on last edited by
        #3

        Mohammed Derbashi wrote: Can any one till me how to inforce the page NOT to be loaded from the cach? There is no guaranteed way. There are things you can do to help though Response.Expires = -1444 in your ASP code and <meta http-equiv="expires" content="-1" /> in your HTML HEAD section However these will not get around a badly set up cache, proxy or firewall. Like with everything else in web development nothing is guaranteed, just have to make do with what you can. If your clients cannot accept that fact then they should swap to a Windows app environment.

        Paul Watson
        Bluegrass
        Cape Town, South Africa

        Macbeth muttered: I am in blood / Stepped in so far, that should I wade no more, / Returning were as tedious as go o'er DavidW wrote: You are totally mad. Nice.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups