try wih content="-1"
----- Original Message -----
From: pranav kumar <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 24, 2000 6:32 PM
Subject: Re: Values Passing Through Session


> 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
> >
> > --- pranav kumar <[EMAIL PROTECTED]> wrote:
> > > Hi All,
> > >           I using the JavaWebserver 2.0 on Windows
> > > NT with IE5.0. Let's Say
> > > there are 2 pages a.JSP and b.jsp. IN the A.JSP a
> > > session is created, some
> > > values are put into the session and then by
> > > response.sendRedirect(b.jsp), I
> > > call the B.JSP page. Here at B.JSP, I am retrieving
> > > the values from the
> > > Session and displayed them. Now here the actual
> > > problem is start. When I go
> > > back to the A.JSP page through the back button and
> > > A.JSP call's the B.JSP
> > > ith new values in the Session, B.JSP shows me the
> > > previous results not the
> > > new One.
> > >         Is this the problem with the session. One
> > > more thing I want to clear
> > > that at 2nd time, when I get the previous results,
> > > if I refresh the B.JSP by
> > > click on the refresh button then it show me the
> > > correct results.
> > >         Please help me. Also these two files more
> > > very well with Netscape
> > > 4.7.
> > > Thanks in Advance
> > > With Regards,
> > > Pranav
> > >
> > >
> >
>
===========================================================================
> > > 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
> >
> >
> > __________________________________________________
> > 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

===========================================================================
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