HTTP Session

HTTP Session

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. Support for popular backends such as Memcached, Redis, and databases is included out of the box.

doc_Laravel
2016-11-02 16:21:23
Comments
Leave a Comment

Please login to continue.