I seem to be able to get the "Auth" token correctly, but attempts to
use it in the header when I access later pages still just return me
the login page's HTML.

>From what I understand from previous posts, I need to make a call to
http://yourapp.appspot.com/_ah/login?auth=myauthtoken wihich will then
give me an ACSID cookie which then needs to be passed in subsequent
calls in order to maintain an authenticated state.

I'm not able to retrieve this cookie programmatically and I do not see
this cookie being set when I simply put that url in a web browser and
trace the cookies being set.

What gives? ps. i'm doing this objective-c and can provide code if
that helps.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to