Hi!
So after my last post conclusions, I decided on a PHP based server for my game
the server is pretty much done, the only problem is, that I have no idea how to keep track on logged users
I want to make sure that the same username is not used at the same time from different computers
At first I thought on saving a session key in the database and delete it when logging out, but what if the client crashed, or the connection was reset at the user`s end, I cant know when the user was disconnected
and I cant know how long a game session will last
I hope you can point me at the right direction,
Thanks!!