Phonegap cookie iOS 4.3 和 5.0 之间的差异

发布于 2024-12-23 14:13:18 字数 212 浏览 1 评论 0原文

我有以下问题:

我的phonegap 应用程序使用cookie 来执行用户身份验证。

它可以在 XCode 中的 4.3 模拟器上运行,但是一旦我切换到 5.0 模拟器,服务器就会响应“错误:无会话”。 看来要么cookie没有提交到服务器,要么cookie被某种方式修改了? 当我启动 4.3 iPhone/iPad 模拟器时,它运行得很好。

有什么建议吗?

I have the following problem:

My phonegap app makes use of cookies to perform user authentication.

It works on the 4.3 simulators in XCode, but as soon as I switch to the 5.0 simulators the server responds with "Error: No session".
It seems that either the cookie is not submitted to the server or that the cookies are somehow modified??
When I start the 4.3 iPhone/iPad simulators it works perfectly.

Any suggestions why?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦冥 2024-12-30 14:13:18

我最终将范围缩小到 JSONP 的使用,因为我们还想将该应用程序用作移动网站。

在iOS 4.3中,JSONP工作得很好,但在iOS5上,它似乎会导致cookie身份验证出现问题,而JSONP部分似乎可以工作(我得到了正确的答案等等),但不再是cookie身份验证了。

I've finally narrowed it down to our usage of JSONP because we also want to use the app as a mobile website.

In iOS 4.3 JSONP worked perfectly, but on iOS5 it seems to cause problems with cookie authenticaton, whereas the JSONP part seems to work (I get the right answer and so on), but not the cookie authentication anymore.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文