This stateless call gets a current history, possibly from a session cookie of a user IF found the server generates a new history on the fly.
This is dangerous as there will be multiple users on a given server instance, and depending on who calls on the server, how will the server choose which current history to return to a given call?
This stateless call gets a current history, possibly from a session cookie of a user IF found the server generates a new history on the fly. This is dangerous as there will be multiple users on a given server instance, and depending on who calls on the server, how will the server choose which current history to return to a given call?