What is the purpose of session management?
A.
To manage the user’s login and logout activities.
B.
To store information on the client-side between HTTP requests.
C.
To store information on the server-side between HTTP requests.
D.
To tell the web container to keep the HTTP connection alive so it can make subsequent
requests without the delay of making the TCP connection.
Explanation: