Multiple choice technology web technology

what is the session management technique followed in answersint portal?

  1. sessions stored in state service

  2. sessions stored in server's inbuilt memory.

  3. Both A and B

  4. sessions stored in database

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

The answersint portal uses database-based session storage. Sessions are persisted in a database rather than server memory (B) or a state service (A). This approach provides better scalability, persistence across server restarts, and support for distributed deployments. Option C claims 'Both A and B' which is incorrect.