October 2011
5 posts
2 tags
PhoneGap and Cookies in ASP.NET
Doing some additional debugging with PhoneGap and loading my external ASP.NET MVC site I saw some strange behavior when inspecting the URL in Xcode.
https://myexternalphoengapsite/dGhlIG1pbmQsIHRoYXQgYnkgY………..
It appeared that for whatever reason the phone gap application was not accepting cookies and asp.net was reverting to the cookie less authentication mode. Looking further into the...
2 tags