netlogix/nlxsessionoptimizer

This plugin optimize session handling in shopware

Installs: 1 006

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Language:Shell

Type:shopware-plugin

v2.0.0 2022-01-25 13:57 UTC

This package is auto-updated.

Last update: 2024-04-25 19:01:25 UTC


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.