-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix session expiration on several drivers.
- Loading branch information
1 parent
ecf782a
commit 0831312
Showing
4 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 0831312
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.
There is probably a bug in this commit, because after updating to latest Laravel 5.2.37, I get on every page refresh an error:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'bdddd8f13d482b88406b1a10c4bd2bbaff0c694c' for key 'sessions_id_unique'
And on 5.2.36 no problems..
Can we set a default? We have a session handler which extends this, and due to the missing $minutes value the sessions were expiring as soon as they were created, silently!