google app engine - Is GAE request id globally unique? -


Is it global and always unique to a personal application in Google App Engine is request_log_id ? string request id = com.google.apphosting.api.ApiProxy.getCurrentEnvironment () .get properties (). Get ("com.google.appengine.runtime.request_log_id");

We are considering using user session information to correlate with the request of the user after the HttpServletRequest handler in the code.

Yes, they are a "worldwide unique identifier" for a request.

Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -