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.
我在会话中存储了一些与登录用户相关的信息。如果用户使用记住我的 cookie 登录,则他没有从会话中获取数据。这是正常行为。我的问题是如何解决这个问题。
将信息存储在数据库中。
I'm parsing XML with PHP using simplexml_load_file, then I json_encode and json_decode in order to get all the info as arrays:
simplexml_load_file
json_encode
json_decode
$xml = sim