Skip to content

1.2.5.0 - session

Compare
Choose a tag to compare
@mangrose mangrose released this 25 Jun 07:47
· 4 commits to main-session since this release

This version fixes a bug concerning session status checks that in some cases have affected old sessions not to be handled properly, causing users not to be considered logged in by the plugin.

This version also marks a split in the packaging of the plugin, which from now on will have two flavors:

  • A session based plugin which relies on PHP sessions
  • A cookie based plugin which relies on cookies

The reason for this being that In some cases PHP sessions are not available in a production environment.
Up until now, all plugin updates have been PHP session based and this is an update to the last session based plugin, if unsure what to use please use this flavor.

The cookie based version is still in development.