https://github.com/netlogix/nlxsessionoptimizer
https://github.com/netlogix/nlxsessionoptimizer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netlogix/nlxsessionoptimizer
- Owner: netlogix
- License: other
- Created: 2021-06-08T08:51:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T14:01:16.000Z (over 4 years ago)
- Last Synced: 2025-03-20T16:49:22.872Z (about 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nlxSessionOptimizer
## About nlxSessionOptimizer
This plugin optimize session handling in shopware.
The cronjob Shopware_CronJob_nlxClearExpiredSessions clears all expired sessions by default every day.
To prevent the automatically cleanup of expired sessions, overwrite the shopware default config with this value
'session' => [
'gc_probability' => 0,
],
## Running Tests
### phpspec
$ vendor/bin/phpspec-standalone.php7.2.phar
## License
Please see [License File](LICENSE) for more information.