> Hi,
>       This is just a reminder/reference. Please add the following meta
> tags to your JSPs to prevent it getting cached in ur browser.
> This should be between the <head> and </head> tags at the top of your jsp.
>
>
> <META  HTTP-EQUIV="Cache-Control" CONTENT="no-store">
> <META  HTTP-EQUIV="expires" CONTENT="-1">
>
>
> Also Please add the following between the </BODY>  and </HTML> tag at the
> bottom of ur JSP.
>
> </BODY>
> <HEAD>
> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
> </HEAD>
> </HTML>
>
>
> Regards,
>
>
> Rakesh
>
>
> ----------
> From:         Veena[SMTP:[EMAIL PROTECTED]]
> Sent:         Thursday, February 17, 2000 4:02 PM
> Subject:      Re: Values Passing Through Session
>
> Try adding this in JSP page after u open the html tag or before u end html
> tag
> <META HTTP-EQUIV="Expires" CONTENT="0" URL="">
>
>
> ----- Original Message -----
> From: Gunaseelan Nagarajan <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, June 25, 2000 11:30 AM
> Subject: Re: Values Passing Through Session
>
>
> > hi,
> >
> > we have to check whether the browser is actually
> > sending the
> > request to the server and whether the jsp page is
> > being
> > invoked by the web server. To do this, we can place
> > some System.out.println() messages in the .jsp or
> > the bean used by the jsp file.
> >
> > regards
> > Nagaraj
> > --- pranav kumar <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >     As you suggest me I am given the following tags
> > > :---
> > > <meta name="Expires" content="0">
> > > <meta name="Pragma" content="no-cache">
> > > <meta name="CacheControl" content="No-Cache">
> > >   But still I am facing the problem. Please Tell me
> > > that whether I am
> > > correct or not.
> > > Pranav
> > > ----- Original Message -----
> > > From: Gunaseelan Nagarajan <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, June 24, 2000 5:43 PM
> > > Subject: Re: Values Passing Through Session
> > >
> > >
> > > > hi pranav,
> > > >
> > > > your problem could be that the previous jsp
> > > > file was cached by the browser. you could
> > > > add the html meta tags to force the browser
> > > > not to cache the page.
> > > >
> > > > regards
> > > > Nagaraj
> > > >
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Get Yahoo! Mail - Free email you can access from anywhere!
> > http://mail.yahoo.com/
> >
> >
> ==========================================================================
> =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > 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".
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

Reply via email to