Authentication - Session
Table of Contents
About
A session is used in authentication in order to store the identification data.
After a user has been authenticated, the identification (the user name generally) is stored in the session and other requests does not need to be authenticated.
The logic is genrerally that if the session contains the user name, the user is authenticated.