Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Fix for an error if save handler use mysql and destroy expired session. #109

Merged
merged 9 commits into from
Aug 11, 2019
Merged

Fix for an error if save handler use mysql and destroy expired session. #109

merged 9 commits into from
Aug 11, 2019

Conversation

sawarame
Copy link
Contributor

@sawarame sawarame commented Mar 28, 2018

Fix for an error if save handler use mysql and destroy expired session.

details

Commands out of sync; you can't run this command now

@@ -211,6 +211,33 @@ public function testExpiredSessionDoesNotCauseARecursion()
$this->adapter->query("DELETE FROM `sessions` WHERE `{$this->options->getIdColumn()}` = '123';");
}

public function testSssionDestroyWhenLifetimeExceeded()
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: %s/Sssion/Session

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks

@sawarame sawarame changed the title Fix for error when lifetime is exceeded. Fix for an error if save handler use mysql and destroy expired session. Mar 31, 2018
@michalbundyra michalbundyra self-assigned this Aug 11, 2019
@michalbundyra michalbundyra added this to the 2.8.6 milestone Aug 11, 2019
@michalbundyra michalbundyra merged commit 704ccb7 into zendframework:master Aug 11, 2019
michalbundyra added a commit that referenced this pull request Aug 11, 2019
@michalbundyra
Copy link
Member

Thanks, @sawarame !

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

Successfully merging this pull request may close these issues.

3 participants