📜  如何访问传递给子域的会话值 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:10.890000             🧑  作者: Mango

代码示例1
You need to use same php.ini for main domain and subdomain and make sure the save path for sessions i.e session.save_path 
needs to be the same to share sessions.