[quote=“HeliaXDemoN, post:2321, topic:30020”]
I forgot that I save the Session too and try reconnect and the player can’t enter the game anymore.
Are you using the steam authentication setup that Epic added recently? I could see it causing problems where if the client crashes that EndAuthSession is never called and it could possibly cause some issues on reload and trying to get another session ticket.
[quote=“Demonrras, post:2323, topic:30020”]
How correctly disconnect the player from the server…have any process to logoff the players that quit game server???
DestroySession is for the client as well as the server, Epic didn’t exactly name it in the most coherent way, it is supposed to clear all active sessions and disconnect.