netlogix / nlxsessionoptimizer
This plugin optimize session handling in shopware
Installs: 1 033
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:Shell
Type:shopware-plugin
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.