What is Session?
Session is a state consisting of several requests and response between the client and the server.
Different types of session tracking techniques
1. Cookies
2. Hidden form field
3. URL Rewriting
4. HttpSession
What is Session?
Session is a state consisting of several requests and response between the client and the server.
Different types of session tracking techniques
1. Cookies
2. Hidden form field
3. URL Rewriting
4. HttpSession