Introduction to Java Servlets
Previous:
6. Http Response
Up:
Introduction to Java Servlets
Next:
8. Step by Step
7. Session Management
Provides state management across requests from the same user. Can be used to:
Store objects across requests
Used for application security
Time out a session
Introduction to Java Servlets
Previous:
6. Http Response
Up:
Introduction to Java Servlets
Next:
8. Step by Step