netlogix / nlxsessionoptimizer
This plugin optimize session handling in shopware
Package info
github.com/netlogix/nlxSessionOptimizer
Language:Shell
Type:shopware-plugin
pkg:composer/netlogix/nlxsessionoptimizer
v2.0.0
2022-01-25 13:57 UTC
Requires
- php: ^7.2||^8.0
Requires (Dev)
README
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 for more information.