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

Reply via email to