Skip to content

Commit

Permalink
no need to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 17, 2016
1 parent f9ffa61 commit 53c0440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Session/DatabaseSessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function read($sessionId)

if (isset($session->last_activity)) {
if ($session->last_activity < Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
$this->destroy($sessionId);
$this->exists = true;

return;
}
Expand Down

0 comments on commit 53c0440

Please sign in to comment.