illchuk/zfc-user-funky-session

When the PHP session references a ZfcUser identity that doesn't actually exist, things can get a little funky. This module serves as the preventative solution.

Maintainers

Package info

github.com/dillchuk/ZfcUserFunkySession

pkg:composer/illchuk/zfc-user-funky-session

Statistics

Installs: 40

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1 2017-10-21 23:11 UTC

This package is auto-updated.

Last update: 2026-03-08 12:50:50 UTC


README

Install with composer require illchuk/zfc-user-funky-session.

Then reference in modules.config.php:

return [
    ..., 'ZfcUser', 'ZfcUserFunkySession', ...
];