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.
我们正在将 URL 中的会话 ID从 android 传递给 PHP(Web-service)。Php web-service 将获取会话 ID并使用该 ID 创建一个会话。
这里我们有2个场景,
专用服务器:在专用服务器中,会话创建成功,具有相同的 id 和会话变量可访问。(没有丢失)
共享服务器:在共享服务器中,会创建会话,但会丢失不同的 Id 和会话变量。
我需要用我的共享主机 PHP 设置来配置任何东西吗?
两台服务器:PHP 版本 5.3.21
使用访问令牌。当用户登录您的应用程序时创建它。