Results 1 to 5 of 5

Thread: Disable IE Caching?

  1. #1
    rsitogp
    Guest

    Question Disable IE Caching?

    Hello,

    On a prog of mine that I developed the program sends some info back (usage stats) to me via a form on my site using the webbrowser control, my users know about this but I would like to turn off the ie cache so it isn't in the browser history nor in the autocomplete url, I have no idea how to do this and this is what I've posted here for

    TIA!

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    I am not sure if this is what you are looking for, but if your page is written in ASP then you can instruct the browser not to cache the page by putting the following lines of code on top half of your asp page.

    VB Code:
    1. Response.CacheControl="no-cache"
    2. Response.AddHeader "Pragma","no-cache"
    3. Response.Expires=0
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    On the other hand, if yoru looking to be able to turn off the IE caching from your end, you are out of luck. That would be a major security breach.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  4. #4
    rsitogp
    Guest
    I just want my prog to disable the cache on load and on unload to re enable it.

  5. #5
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Yes. You can't do that. Imagine if web sites could make settings changes like that to your IE. Imagine if they didn't turn it back on. You can't do it.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width