如何在 Android 中为 Web 服务和 Web 视图保持相同的会话?

发布于 2024-12-02 13:01:34 字数 457 浏览 0 评论 0原文

我正在开发一个混合 Android 应用程序,其中包含 NativeWebviews。对于某些本机数据检索,我在 WCF webHttpBinding 上使用 JSON。服务和网页均位于同一网站下。

我正在考虑通过(通过 SSL)将 sessionID 发送回服务器并进行比较来对 Web 服务调用进行身份验证。但现在我的网络服务调用每次都会创建一个新会话,我正在考虑放入应用程序变量。还有更好的办法吗?

这里还有一些其他问题:

  1. 导航后如何保留网络视图的会话 到其他活动并返回到 webview。
  2. 有没有一种方法可以将一个连接同时用于 Web 服务和 Web 页数?
  3. 如何对 Web 服务调用进行简单的身份验证 当前用户? (我不想拨打数据库电话)

I am developing a hybrid Android application which consists of Native and Webviews. For some native data retrieval I am using JSON over WCF webHttpBinding. Both services and web pages are under same website.

I am thinking of doing authentication for webservice call by sending back(over SSL) the sessionID back to server and comparing it. But now my webservice call is creating a new session every time, I am thinking of putting in the Application variables. Is there any better way?

Here are few other questions:

  1. How can I keep the session for the webviews after I have navigated
    to other activities and come back to webview.
  2. Is there a way to use one connection for both web services and web
    pages?
  3. How can I make a simple authentication for the webservice call for
    the current user? (I don't want to make DB call)

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文