Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用登录系统构建了一个功能,但是当我按CTRL+时,F5我的会话为用户而死。我可以更改CTRL+F5设置吗?
Ctrl+F5 是没有“数据”的刷新。您可以尝试使用 cookie 进行会话或尝试更改会话的“php.ini”配置。
您或许应该尝试使用 cookie 来管理您的会话。我还发现了这个描述Ctrl+F5对浏览器的影响的问题:
浏览器的“F5”和“Ctrl + F5”刷新会产生什么请求?