Question 3 of 10Pro Only
What is the difference between session-based authentication and token-based authentication?
Sample answer preview
Session-based and token-based authentication are two approaches to maintaining a user's logged-in state. With session-based authentication, the server creates a session after login and stores user information in memory or a database.
sessioncookieJWTstatelessscalabilityrevocation