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.
我试图在互联网上找到很多,但是没有可以理解的方式将会话 ID 传播到其他 php 页面。怎么做?
会话变量是全局变量,在所有 PHP 页面中都可用
必须session_start()在所有页面中。
session_start()