有没有人设法获得使用基于PhoneGap的移动应用程序的ASP.NET表单身份验证(使用Cookie)?
我遇到了关于在PhoneGap中管理Cookie并正确配置服务器的以下问题:
> Where cookie is managed in phonegap app with jquery?
> https://github.com/phonegap/phonegap-iphone/issues/190
> Problem with Asp.Net Forms Authentication when using iPhone UIWebView
但不幸的是,这些解决方案都没有工作.即使当我在Safari中运行与文件相同的dashboard.HTML代码时,来自PhoneGap应用程序的请求也不会指示已验证的用户,因为请求显示为已验证的.
解决方法
解:
cookieless =“UseCookies”在web.config FINALLY为我做了:
<authentication mode="Forms"> <forms loginUrl="~/Account/logon" timeout="2880" cookieless="UseCookies" /> </authentication>
REF:https://groups.google.com/forum/?fromgroups#!topic/phonegap/Thj0fS2GDh4