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

Session\Storage: always preserve _REQUEST_ACCESS_TIME #2766

Conversation

Slamdunk
Copy link
Contributor

SessionManager::start() is called by default with $preserveStorage = false (and that' ok), but doing so the special metadata _REQUEST_ACCESS_TIME is lost due to https://github.com/zendframework/zf2/blob/master/library/Zend/Session/SessionManager.php#L95-97 always-called overwriting method.

This is a bug that deny the Session\Container::expireByHops() functionality.

@ghost ghost assigned weierophinney Oct 16, 2012
weierophinney added a commit that referenced this pull request Oct 16, 2012
weierophinney added a commit to zendframework/zend-session that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-session that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants