replyIf it is enabled, after I obtain the desired data through the third-party website interface, I add the data to the session to facilitate subsequent verification. Then I can obtain the session content value on this page, but other files cannot obtain these. Yes, I tested it again and found that the session content saved in other files can be obtained. Do you know the reason for this?
replyThat is, after I initiate a session on one page, another page cannot go to the specified session and the generated sessionid is different. I want to know if this is related to the configuration.
Is the session enabled on another page, or is there a typo...
Can you get your settings?
$a = session(''); Try this