Here is an article on caching IE... There is a link near the bottom that goes to
the workaround for IE not caching... I have had this problem too... you have to
put a second header at the bottom of the web page because IE does not cache until
after reading ~45 K THEN it decides to cache. The no-cache header has already
past... hence, the need for the second header at the bottom.
Kristen Henry
http://support.microsoft.com/support/kb/articles/Q234/0/67.ASP
yilmaz wrote:
> Hi bipin
> i was having the same caching problem (still have)
> whenever i make a change i have to go to internet options , remove all the
> internet temp files, so that i can
> see the new version of my servlet output (html). As you described i added
> the
> out.println("<meta http-equiv=\"pragma\" content=\"no-cache\">");
> > out.println("<meta http-equiv=\"cache-control\"
> > content=\"no-cache\">");
> code snippet into my code between the <head> and the </head> tags
> however my browser (IE 5) still caches.
> Does anyone have a suggestion ?
> sincerely
> ----- Original Message -----
> From: "bipin_jsp" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 26, 2001 4:41 PM
> Subject: Re: Response Send Redirect problem
>
> > Add this lines for cache removing
> > out.println("<meta http-equiv=\"pragma\" content=\"no-cache\">");
> > out.println("<meta http-equiv=\"cache-control\"
> > content=\"no-cache\">");
> >
> > response.sendRedirect(filename);
> > and use also
> > return; statement.
> >
> >
> >
> >
> > ----- Original Message -----
> > From: Smita <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, July 26, 2001 9:46 AM
> > Subject: Response Send Redirect problem
> >
> >
> > > Hi all,
> > > In my applications, when I try to give
> > response.sendRedirect(<fileName>, it gives me an error that "Response is
> > already commited". Infact, in this page, I am including some of the jsps,
> > wrote earlier. This is case with <@pageforward > tag too. What is the
> reason
> > and remidy for this?
> > >
> > > Thanks in advance
> > > Smita
> > >
> > > _________________________________________________________
> > > For Rs. 2,000,000 worth of Aptech scholarships click below
> > > http://events.rediff.com/aptechsch/scholarship.htm
> > >
> > >
> >
> ===========================================================================
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > > http://java.sun.com/products/jsp/faq.html
> > > http://www.esperanto.org.nz/jsp/jspfaq.html
> > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> >
> >
> ===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> > http://java.sun.com/products/jsp/faq.html
> > http://www.esperanto.org.nz/jsp/jspfaq.html
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets