A session is an object created at a user’s request; it continues to be available to the user for the lifetime of the interaction. Sessions are used to maintain states and user identities across multiple page requests.

When a user first accesses a page, a session is created. For every subsequent page request, the same session is maintained.

 
loading table of contents...