Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dillchuk/zfcuserfunkysession

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.
https://github.com/dillchuk/zfcuserfunkysession

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# ZfcUserFunkySession

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

Then reference in `modules.config.php`:
~~~
return [
..., 'ZfcUser', 'ZfcUserFunkySession', ...
];
~~~