Keep getting a invalid session, try restarting your game message, I have online mode turned on, and I'm logged into xbl, what's wrong here?
This message means that your login request couldn't be validated correctly. One of three things might have happened: 1. your JWT chain in login has a broken signature 2. the "nbf" date was in the future (from the server machine's perspective) 3. the "exp" data was in the past (from the server machine's perspective) The first is not likely, the second and third are possible if your server machine has an incorrect date/time set.
How incorrect does it have to be? Like several days? Mine is the wrong timezone and I'm too lazy to change it, would that be enough to not be able to validate the login request?
The tokens remain valid for several days, yes. The ones I dumped from my client yesterday @ 7 pm were valid from Monday @ 5 am to Wednesday @ 5 am.
@dktapps How can I fix this problem? I'm getting the same error message on join as well as my other players.