Skip to content

Commit

Permalink
Merge branch '4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 10, 2014
2 parents b2fbc5f + 3782aed commit 1a55def
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions session.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Since HTTP driven applications are stateless, sessions provide a way to store in

The session configuration is stored in `app/config/session.php`. Be sure to review the well documented options available to you in this file. By default, Laravel is configured to use the `file` session driver, which will work well for the majority of applications.

#### Reserved Keys

The Laravel framework uses the `flash` session key internally, so you should not add an item to the session by that name.

<a name="session-usage"></a>
## Session Usage

Expand Down

0 comments on commit 1a55def

Please sign in to comment.