Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6683865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:52:20+00:00 2026-05-26T04:52:20+00:00

Is there a way to delete older version of an applet from browser’s cache?

  • 0

Is there a way to delete older version of an applet from browser’s cache? The things I have already tried to prevent the cache problem in first place are:

1- To set “no-cache” in HTTP response header, I placed following script on the top of my jsp:

<% 
if (request.getProtocol().compareTo("HTTP/1.0") == 0) {
            response.setHeader("Pragma", "no-cache");
        } else if (request.getProtocol().compareTo("HTTP/1.1") == 0) {
            response.setHeader("Cache-Control", "no-cache");
        }
        response.setDateHeader("Expires", 0);
%>

2- While deploying applet 'cache_option' is set to 'no'

But of no use. I was now wondering if there is a way to programatically delete this applet jar file from cache?

[UPDATE]

Providing a unique url for applet each time doesn’t look like a good idea in my case. As, in my case applet reloads(refresh) itself after a time (say at mid-night, using Timer), hitting on a url

applet.getAppletContext().showDocument(url); 

It would be difficult to communicate new url to applet

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:52:20+00:00Added an answer on May 26, 2026 at 4:52 am

    The answer you got on your other question also applies here: Provide a unique url for your applet each time. It’s not humor, as lots of people are using this technique and it would solve your problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there better way to delete a parameter from a query string in a
Is there a way could i delete my application from some users iPhone by
Is there any way to check if it is safe to delete record from
Is there a way to NOT delete files after an uninstall?
Notepad++ obviously recognizes all comments as such. Is there a way to simply delete
Is there any way within the iOS SDK for an app to delete itself?
All of my string delete's with regex use gsub, is there a shorter way?
Is there any way in MySQL to only log deletes? I tried using the
Is there a way to have a trigger fire when a table hits a
Short Version Is there a way to force (or provide a hint to) Microsoft

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.