Monday, February 10, 2014

How to use HttpSession




HttpSession getSession()  

          Returns the current session associated with this request, or if the request does not have a session, creates one.  
   
  
HttpSession getSession(boolean create)  
          Returns the current HttpSession associated with this request or, if if there is no current session and create is true, returns a new session.


No comments:

Post a Comment