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 文件并且我在一个文件中设置了一个会话变量,那么相同的设置值是否可以在另一个文件中用于同一会话?
是的,只要您session_start()在每个页面中调用就应该
session_start()
http://php.net/manual/en/function.session-start.php
是的,它会 !! 但在另一个文件中你必须调用 session_start(); meth0d 再次访问会话变量