beaucal/beaucal-invalid-session
最新稳定版本:v0.3.0
Composer 安装命令:
composer require beaucal/beaucal-invalid-session
包简介
When ZendSession validation fails, the session is simply cleared. When you'd rather avoid nasty blocking errors.
README 文档
README
Use when you're using Zend\Session\SessionManager and have session validators. When validators fail, instead of the user being blocked by seemingly permanent exceptions, the session is simply cleared and it's business as usual.
Note: You could add this simple code to your Application module, but you lose this feature if the session is hit in an earlier bootstrap.
Note 2: The HttpUserAgent session validator will fail every time your user's browser updates itself! So use this module and avoid stymied users.
Installation
In application.config.php, install early, as follows:
'modules' => ['BeaucalInvalidSession', 'Other Modules...']
统计信息
- 总下载量: 24.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-02