Multiple choice technology web technology

____________________ is the saving (persisting) to disk of HTTP sessions when the server is shut down and the corresponding reloading when the server is restarted.

  1. Persistence

  2. Server Persistence

  3. Session Persistence

  4. Streaming

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Session Persistence specifically refers to the mechanism of saving HTTP session data to disk when a server shuts down and reloading it when the server restarts. This ensures that user sessions survive server restarts without losing data. Persistence and Server Persistence are too general, while Streaming relates to data transfer, not session storage.