v1.4.0

Sessions

  • A session is the ability of your application to capture the start and end of a user's interaction with your application.
  • It is therefore being used to handle login and logout systems, after users are authenticated.

Return to Introduction or use the sidebar to navigate.