question

Robyn To avatar image
Robyn To asked

Request Multiplayer Server Session Id Scope

How is SessionId scoped?

I tried to use the same SessionId against two separate server builds (in testing).

The request against the second server build returned information from the other (wrong) server.

I would expect SessionIds to be scoped to a server build, is this not true?

apisCustom Game Serversmultiplayer
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sarah Zhang avatar image Sarah Zhang commented ·

Could you please clarify the content of the API request for our reference? The API you mentioned is the API RequestMultiplayerServer, and when you enter the different BuildIds and the same SessionId to this API, it returned you the same result, is it right?

0 Likes 0 ·
Robyn To avatar image Robyn To Sarah Zhang commented ·

Yes, correct!

0 Likes 0 ·

1 Answer

·
Dimitris-Ilias Gkanatsios avatar image
Dimitris-Ilias Gkanatsios answered

The SessionID is unique per *title* that designates a single game session. It should not be re-used, that's why we're using GUID (unique identifier).

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.