Don't know if this is what you are asking or not, but I believe that the
jsp's must be in the same zone as your servlets or else they cannot share a
session object.
-Erik
At 10:18 AM 6/23/00 +0200, you wrote:
>Hello,
>Does anybody know how to pass a session object created in a Jsp by :
>
> session = request.getSession( true );
> session.putValue ("Usr_Name", request.getParameter("user_name") );
>
>In fact I tried the same code in the servlet, but the 2 sessions objects are
>different ...
>
>Any Help is welcome
>
>Vince
>
>===========================================================================
>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