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

Reply via email to