Well ... now I am a little closer.

It seems if I pull the auth token I am given when I log directly into
the website, and navigate to: 
http://yourapp.appspot.com/_ah/login?auth=myauthtoken
[making sure i've already cleared all cookies etc] I WILL receive the
Set-Cooke: ASCID directive.

If I use the "Auth" token I receive via the ClientLogin ... I will get
a 500 error and no Set-Cookie directive. What gives??? This doesn't
seem to make any sense.

On Jan 23, 4:57 pm, ghostrocket <[email protected]> wrote:
> 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 
> tohttp://yourapp.appspot.com/_ah/login?auth=myauthtokenwihich 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