Creates a session which automatically adds the socket to the connected client. This is useful for making a quick game session with a friend and the game isn't a command line. (A max of 40 clients can connect to a free session) {"msg":"create_server_session","Title":"my_application_title","max_clients":40,"whitelist":0,"passkey":"Leave blank for no password","root_passkey":"This password is used for recovering your session incase you lost connection.","default_values":0} The server will generate a 32 lengthed strings and numbers, both lower and upper case. The server will respond with: {"MSG":"created_session","SessionGUID":"sWJXji5doB5dxNco0QaTAln1h56zYs9i","Sockets":[0],"SocketID":0,"InstanceOwner":0,"Title":"my_application_title","MaxClients":40}