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.
在安全性(或其他问题)方面,PHP 会话长度的一般建议/经验法则是什么。拥有电子商务网站的客户请求 3 天的会话长度。
这没有一般的经验法则,取决于应用程序构建。例如:
就个人而言,对于电子商务网站,我更担心会话太短而不是太长。您始终可以强制用户在被允许进入计费页面之前再次进行身份验证。这消除了有人窃取会话并购买他们想要的任何东西的可能性。