Thanks to visit codestin.com
Credit goes to github.com

Skip to content

September 2025 release

Choose a tag to compare

@g105b g105b released this 25 Sep 10:46
· 2 commits to master since this release
acdf1f7

This release addresses a change in how sessions are constructed (more specifically, how unserialize handles errors).

Upgrading to the previous release v1.2.3 could have caused an issue where the contents of the session data was not unserializable, and caused a fatal error to be thrown. If this happens in this release, the session is destroyed and created again on the next request.

What's Changed

  • fix: destroy previous session if unserialize fails closes #261 by @g105b in #262

Full Changelog: v1.2.3...v1.2.4