What mechanism does a web application employ to securely preserve user identity state variables on the server side, linking them via a unique ID stored in a client cookie? MCQ with Answer and Explanation
What mechanism does a web application employ to securely preserve user identity state variables on the server side, linking them via a unique ID stored in a client cookie?
A. Server Session Management
B. DNS Reverse Routing
C. FTP File Buffer
D. Local Storage Matrix
Answer: Option A
Solution (By JKExamLibrary)
Session management saves detailed user states securely on the server and provides the client a temporary session identifier token to reference on subsequent visits.
No comments yet. Be the first to start the discussion!