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
Session tracking problem between jsp and servlets
LITT Vincent (Neuilly Gestion) Fri, 23 Jun 2000 01:56:13 -0700
- Re: Session tracking problem between jsp an... LITT Vincent (Neuilly Gestion)
- Re: Session tracking problem between j... Veronique Dupierris
- Re: Session tracking problem between j... Erik Tennant
- Re: Session tracking problem between j... Hans Bergsten
