question

choi dong geun avatar image
choi dong geun asked

How to renew a session ticket?

Whenever a user requests communication, we check the session ticket (Authenticate Session Ticket)

After 24 hours, renew the token using GetEntityToken.
How do I renew my session?

10 |1200

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

1 Answer

·
Seth Du avatar image
Seth Du answered

Players are required to login again to refresh their session ticket/entity token and it is by design.

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.

choi dong geun avatar image choi dong geun commented ·

If user has to log in again every 24 hours, it is inconvenient for user

0 Likes 0 ·
Seth Du avatar image Seth Du ♦ choi dong geun commented ·

The expiration time is by design and cannot be changed but player doesn't have to notice as you can have silent login in your game. Many mobile games on the market don't require players to input login identity every time but there is login process. You can link additional anonymous login identity for players and cache the information locally for silent login. Please also refer to Login basics and best Practices - PlayFab | Microsoft Docs.

0 Likes 0 ·

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.