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 脚本创建了一个带有 php 脚本的表单session。 例如,如果我填写表格,然后在此过程中,结果会显示在 Google Chrome 中。 同时,我是否也可以在 Mozilla 等其他网络浏览器中看到结果?
session
不会。 每个不同的浏览器都有自己的一组 cookie(它们是会话的基础技术)——它们不会在不同的浏览器之间共享。