I am using HttpURLConnection to connect to my JSON services deployed on the 
AppEngine. I would like to build session affinity: i.e., all requests from a 
client should go the same app-engine instance (best effort, not a hard 
requirement). Is there a way to build this? For example, is there a cookie 
or a response header that I can save on the client and send back in each 
request to achieve this? 

Thanks
Inder

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/aYI0e9P9sBgJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to