Skip to content
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

[5.4] The HttpDriver gets a SessionManager instead of Session\Store, so instanceof check didn't work #584

Merged
merged 1 commit into from
Jan 7, 2017
Merged

[5.4] The HttpDriver gets a SessionManager instead of Session\Store, so instanceof check didn't work #584

merged 1 commit into from
Jan 7, 2017

Conversation

martindilling
Copy link
Contributor

@martindilling martindilling commented Jan 7, 2017

Fix for the error mentioned #583.
I can't really figure out why it worked for me before, looking at this now.
But the SymfonyHttpDriver is receiving a SessionManager and not directly the object implementing the new Session interface.
Not sure if this is the best or will work for all cases, but it's a start.

@martindilling martindilling mentioned this pull request Jan 7, 2017
@barryvdh barryvdh merged commit 2f59ddf into barryvdh:master Jan 7, 2017
@oeholmen
Copy link

The session is not updated in Laravel 5.3 after this update. All requests are stored and will load when they are clicked in the debugbar panel.

debugbar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants