netlogix/nlxsessionoptimizer
最新稳定版本:v2.0.0
Composer 安装命令:
composer require netlogix/nlxsessionoptimizer
包简介
This plugin optimize session handling in shopware
README 文档
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.
统计信息
- 总下载量: 1.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2021-10-28