I still get some users disconnecting for some reason or another, whether it be their ISP or something browser related. I was wondering if its normal for large apps to create a reconnect script, where if an abrupt disconnect is detected it will relogin and copy the lost USER variables and state to resume the game.
Do the big sites like Club Penguin do something like this? Maybe this is something that can be put on the Wish List, try to reconnect to the game for about 3x and resume the USER object of that player.
Thanks!
Standard to create reconnection script?
Creating a transparent reconnection system is definitely feasible (we did it for a client last year) but it is very much dependent on the application.
You might have data in user variables, server side user properties, data coming from the DB... it is very difficult to provide a generalized solution.
You might have data in user variables, server side user properties, data coming from the DB... it is very difficult to provide a generalized solution.