08 January 2021

HttpSession

  • A session contains information specific to a particular user across the whole application
  • When a user enters into a website (or an online application) for the first time HttpSession is obtained via request.getSession(), the user is given a unique ID to identify his session. 
  • This unique ID can be stored into a cookie or in a request parameter.

No comments:

Post a Comment

Most views on this month