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.