简体   繁体   中英

How large of session data should I store in session files by using Laravel5.1

我创建了一个财务系统,我和经理非常关心使用Laravel5.1在会话文件中存储大约 100KB 到 400KB 的大量会话数据,我们不明白它好不好,因为我们还不确定会话有多大应该存储在会话文件中。

It's a good approach for sessions with big data. You can also use database as alternative:

https://laravel.com/docs/5.1/session

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM