my app is a.appspot.com. in another domain b.com, my page is
<html><body><iframe src='a.appspot.com/form'></iframe></body></html>
using ie, logged in to a.appspot.com. when i submit the form, my app
in a.appspot.com do not get the cookie.
some article says adding header as P3P: CP="CAO PSA OUR" may solve it.
i tried:
self.response.headers['P3P'] = 'CP=CAO PSA OUR'
self.response.headers['XDomainRequestAllowed'] = '1'
it dosn't work.
how to set the 'p3p' and 'XDomainRequestAllowed' correctly?
--
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.