HTTP Session
Introduction Configuration Driver Prerequisites
Using The Session Retrieving Data Storing Data Flash Data Deleting Data Regenerating The Session ID
Adding Custom Session Drivers Implementing The Driver Registering The Driver
Introduction
Since HTTP driven applications are stateless, sessions provide a way to store information about the user across multiple requests. Laravel ships with a variety of session backends that are accessed through an expressive, unified API. Suppor