View Single Post
  #3 (permalink)  
Old 07-10-2008, 03:58 PM
lipibiswal lipibiswal is offline
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default

HttpSession Class provides a way to identify a user across across multiple request. The servlet container uses HttpSession interface to create a session between an HTTP client and an HTTP server. The session lives only for a specified time period, across more than one connection or page request from the user.
Reply With Quote