I'm attempting to set up my app so that certain pages can be served over HTTPS 
but most are served over HTTP:

If I log in to my app with a Google account over HTTPS, then the SACSID cookie 
gets set which causes App Engine to happily return the proper account when 
users.get_current_user() is called.

Unfortunately, when I return to the HTTP version of my site, App Engine seems 
to look for the ACSID cookie instead, which isn't present, so 
users.get_current_user() returns nothing.

Is there a way I can configure App Engine to honor the SACSID cookie over HTTP 
or some way to transfer the cookie between the two? (The cookies don't use the 
same value; simply copying the cookie appears not to work.)

Thanks,

Ben

-- 
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/-/Ul-8p9jG8ecJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to