The Artima Developer Community
Sponsored Link

Java Answers Forum
JSP And Servlets

1 reply on 1 page. Most recent reply: Mar 7, 2002 2:56 PM by Anil S.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Sanjay

Posts: 6
Nickname: sanjay
Registered: Mar, 2002

JSP And Servlets Posted: Mar 6, 2002 6:33 AM
Reply to this message Reply
Advertisement
I am creating an HttpSession object in a jsp and putting some objects/strings into it by using "put" method. Then I am submitting the HTML form calling a Servlet. In the servlet I am trying to get the session object from the HttpServletRequest object. But it does not give me the one created in the client(jsp), instead it creates a new one??

Please Help


Anil S.

Posts: 13
Nickname: anil
Registered: Feb, 2002

Re: JSP And Servlets Posted: Mar 7, 2002 2:56 PM
Reply to this message Reply
Sanjay, post your code snippet, it's easier to
decipher your question/problem.

Flat View: This topic has 1 reply on 1 page
Topic: converting vector to array Previous Topic   Next Topic Topic: Could someone give this a look please?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use