Hi,

The way you are setting the session in the code, will
help in finding out the problem. Just write the code
how you are setting the session.

And moreover if you type

javascript:alert(document.cookie)

at the URL box, will show you the session variable
with value (the cookie values also can be seen through
this command).

Cheers,
Venu

--- Venkata Krishna M V <[EMAIL PROTECTED]>
wrote:
> 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


__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.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

Reply via email to