How to work with sessions & cookies

Description

Chapter 7 - How to work with sessions & cookies
Nessa Learns
Mind Map by Nessa Learns, updated more than 1 year ago
Nessa Learns
Created by Nessa Learns almost 6 years ago
1
0

Resource summary

How to work with sessions & cookies
  1. Session Tracking
    1. Keep track of users as they move around a website
      1. Servlet API is used to track sessions
      2. Why session tracking is difficult with HTTP
        1. HTTP is known as a stateless protocol
          1. if a browser on a client requests a page from a web server and the page is returned, any additional request is not associated with the previous requests
            1. This happens because HTTP does not maintain its state. It is a stateless protocol
        2. How session tracking works in Java
          Show full summary Hide full summary

          Similar