Skip to content

Commit

Permalink
Merge pull request #3819 from jrean/patch-1
Browse files Browse the repository at this point in the history
Added session domain env configuration
  • Loading branch information
taylorotwell committed Jun 24, 2016
2 parents 6e380aa + 7e4c6e8 commit d6ca0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/session.php
Expand Up @@ -135,7 +135,7 @@
|
*/

'domain' => null,
'domain' => env('SESSION_DOMAIN', null),

/*
|--------------------------------------------------------------------------
Expand Down

1 comment on commit d6ca0a6

@juukie
Copy link
Contributor

@juukie juukie commented on d6ca0a6 Jul 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR, it's something I did manually very often.

Please sign in to comment.