Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dillchuk/zfcuserfunkysession
- Owner: dillchuk
- License: mit
- Created: 2017-10-21T23:00:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T21:39:49.000Z (about 7 years ago)
- Last Synced: 2024-04-22T01:42:57.896Z (9 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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', ...
];
~~~