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

Fixed Session\Adapter::destroy to correctly clear the $_SESSION #12838

Merged
merged 1 commit into from
Jun 1, 2017
Merged

Fixed Session\Adapter::destroy to correctly clear the $_SESSION #12838

merged 1 commit into from
Jun 1, 2017

Conversation

sergeyklay
Copy link
Contributor

@sergeyklay sergeyklay commented May 8, 2017

Fixed Phalcon\Session\Adapter::destroy to correct clear $_SESSION superglobal

Refs: zephir-lang/zephir#1533, zephir-lang/zephir#1532

@sergeyklay sergeyklay modified the milestone: 3.2.x May 22, 2017
.travis.yml Outdated
@@ -1,24 +1,24 @@
language: php

# TODO To use `sudo: false` you have to use `precise` until this issue not fixed:

Choose a reason for hiding this comment

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

'Until this issue is fixed'

CHANGELOG.md Outdated
@@ -29,6 +29,7 @@
- Fixed `Phalcon\Mvc\Micro:handle` to correctly handle `afterBinding` handlers
- Fixed `Phalcon\Mvc\Model::hasChanged` to correctly use it with arrays [#12669](https://github.com/phalcon/cphalcon/issues/12669)
- Fixed `Phalcon\Mvc\Model\Resultset::delete` to return result depending on success [#11133](https://github.com/phalcon/cphalcon/issues/11133)
- Fixed `Phalcon\Session\Adapter::destroy` to correct clear `$_SESSION` superglobal [#12326](https://github.com/phalcon/cphalcon/pull/12326), [#12835](https://github.com/phalcon/cphalcon/pull/12835)

Choose a reason for hiding this comment

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

'To correctly clear the'

@sergeyklay sergeyklay changed the title Fix session adapters Fixed Session\Adapter::destroy to correctly clear the $_SESSION Jun 1, 2017
@sergeyklay sergeyklay merged commit f8d3437 into phalcon:3.2.x Jun 1, 2017
@sergeyklay sergeyklay deleted the fix_session_adapters branch June 1, 2017 14:42
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.

2 participants