What is the role of a session cookie in web authentication?
- A session cookie stores user-specific information on the server to maintain stateful communication between the client and the server during a user's session.
- Session cookies are not related to web authentication.
- Session cookies are used for long-term storage of user credentials on the client side.
- Session cookies provide authentication by storing user credentials in a public directory.
Session cookies play a crucial role in web authentication by maintaining user state on the server. They store information for a session, allowing seamless communication between the client and server.
Loading...
Related Quiz
- Which factors should be considered during query optimization to improve performance?
- A stored procedure is _______ in a relational database, which can be executed by invoking its name.
- The HTML tag is used to represent _______ text.
- Your team has encountered a critical issue in the production environment after deploying the software. Outline the steps you would take to address this issue and prevent similar incidents in the future.
- In a distributed database system, how would you approach query optimization to minimize network latency and improve overall performance?