-
-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New session handling #2530
New session handling #2530
Conversation
…time into newSessionHandling
*/ | ||
protected $deferredServices = []; | ||
|
||
protected $serviceProviders = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps add an explaining comment for each ?
*/ | ||
public function __construct() | ||
{ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty line ?
Has it been tested when php redis modules are not installed ? |
Yes, redis is not required. |
Link to ticket
Various
#2516
#2504
Description
Our custom session handler was outdated and needed to be adjusted. We are now using Laravel's ssession management
Checklist
If your code does not pass the requirements on the checklist, you should add a comment explaining why this change
should be exempt from the list.