Blame | Last modification | View Log | Download
# Changelog## x.y.z - UNRELEASED--------## 1.3.0 - 2017-11-11### Added* [Session] Added a getInstance() method to get the SessionInstance.--------## 1.2.0 - 2017-07-18### Added* [SessionInstance] Added the ability to use a specific session ID. (Thanks @subins2000)### Changed* [Support] Dropped support for HHVM.--------## 1.1.0 - 2017-01-31### Added* [Support] Added support for PHP 7.1* [Cookie] Add a cookie class to managing session cookies.### Fixed* [Cookie] Ensure the session cookie is refreshed on each use.--------## 1.0.0 - 2015-07-19### Added* [SessionInstance] The main session handler class.* [Session] A static version of the session handler.* [SessionInterface] An interface to code against.--------