Laravel From Scratch: Part 29 – Session Handling and Flash Messages
The web is stateless. This means that any set of data won’t persist from page to page. It simply disappears. Sessions provide a solution for this fact, by offering a mechanism to maintain state for a particular user across any number of requests.
Watch the full series at http://laravelfromscratch.com, or learn more about Laravel and all things web development at https://laracasts.com.
source