laravel的session过期后文件不会自动删除吗?
伊谢尔伦
伊谢尔伦 2017-05-16 16:56:00
0
2
537

我本地试了一下,发现session过期后storageframeworksessions内的文件不会自动删除?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

全部回复(2)
巴扎黑

会覆盖,你看我找到了什么

https://github.com/laravel/framework/blob/5.1/src/Illuminate/Session/M...

// Here we will see if this request hits the garbage collection
lottery by hitting // the odds needed to perform garbage collection on
any given request. If we do // hit it, we'll call this handler to let
it delete all the expired sessions.

https://github.com/laravel/framework/blob/a423a55ed6601daebcbb75817de6...

gc 方法应该销毁所有比给定 $lifetime UNIX 时间戳记还旧的 session 数据。

http://laravel-china.org/docs/5.0/extending
https://github.com/laravel/framework/blob/5925ed9bae03c86ea0d6902568ca...
https://github.com/laravel/framework/blob/a423a55ed6601daebcbb75817de6...

刘奇

可以把session文件存放目录设置为/tmp,配置项为config/session.phpfiles

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!