在 iPhone 应用程序中处理 cookie

发布于 2024-11-06 20:15:53 字数 206 浏览 0 评论 0原文

我有 PHP 报价申请。在此应用程序中,当用户登录时,我启动新会话并以这种方式保存他的 ID $_SESSION['id'] = $id。我如何在我的 iPhone 应用程序中使用这个变量。我想我可以使用cookies。但是,当我在应用程序启动时创建 cookie 时,如何在下一个屏幕中使用此 cookie 的值。如果您能给一些起点,我会很高兴。我正在开发本机应用程序。

I have PHP application for offers. In this application when user log in I start new session and save him id in that way $_SESSION['id'] = $id. How can I use this variable in my iphone application. I think I can use cookies. But when I create cookie in the start of application how can I use value of this cookie in next screen. If you can give some start point, I'd be glad. I'm developing native application.

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

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

发布评论

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

评论(1

谈情不如逗狗 2024-11-13 20:15:53

如果您使用 Apple 的 URL 加载系统 访问您的网站,然后您可以通过 NSHTTPCookieStorage

If you're using Apple's URL Loading System to access your web site, then you get cookie storage and handling for free with NSHTTPCookieStorage.

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