Hi,

I am facing a problem regarding setting session variable.

I have a string variable which is set in a.jsp. When I access the same variable
in a.jsp, just after setting it, I see the value that I have set.

a.jsp submits itself to b.jsp where that particular variable is not seen even if
the sesssion ids of both a.jsp and b.jsp are same.

Is there any criteria that makes sure that the values in the session variable
are set properly. Does it depend on the request sent before a.jsp?

Please help !! TIA

Regards,
Krishna MVV

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