Hi, I am building an iOS app that communicates with GAE (java) backend.

After authenticating in a WebView, I am able to see the cookie data: 
(example, slightly obfuscated)

**
*
2012-06-16 10:00:13.784 FooApp[6342:12203] <NSHTTPCookie version:0 name:
"ACSID" value:
"0iU6sgFWaAaYLymPddSzdhgVsBDlX5at3YBKPReysywriSbl16DohKteJWrLdc8GZEJFm0Ppgrb1jC4Ns7S9JgIV3UkSZrsLjNbNtsbvG8A2g4B24Xa_RFJZvohpFHYBZ2mmVL82YXM_mQ6Q1Q_xEicwebd4FAp2mVV6AQ5AsAgHjC_xJjk3q_rR7XLQVfsPEru4E27qk3WfsdPqky-IqSbfUXvNgRmgkde9QWishsoG62JVyFSMVmp9XPoHxTpspzXOe-OB5TkyNBL3FtI14_XDtzR3yAZXCKJcO6mLG_7qbF_eCYfdYksJuWxVmM1G6yq9LldZmDyVJvW-zVqJMlwHnDJE5sRdQCtxjr74bc2bkehKYgen88tu6V_5iiZUcoZyQpTAeb2poBpCzMo2ejpcp9MELIG23ZsfXXCIn1bTmgNBr2PlRPGvsYWxADf77x3CJ989QoNTNujqnxpEDmBAWbkoxYOUjRwNbekYjGyZkW-cNZ_RDA3PaNFhSYlwBUD9IVFKuQRZTajnq-SsCAUc-xcaNCHHhk"expiresDate
:2012-06-30 13:57:59 +0000 created:2012-06-16 13:58:01 +0000 
(3.61548e+08)sessionOnly
:FALSE domain:"foo.appspot.com" path:"/" isSecure:FALSE>
*
*
*

My 1st question is: what key value should I check against to "prove" a user 
authenticated properly? Is the mere existence of an **
*
ACSID 
*

value enough to verify?*
*


Secondly, How would I get the email address the person logged in with to 
authenticate?

Thanks for you time,

Mike

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/iDCE4oZtkFwJ.
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