Hy, have some question:
What happens to the user's session in server when he just close the browser
window- is there any session timeout of smartfox that automaticly discnnect
the user if he doesn't show any activities ?
Thanks
a question about disconection
Hi,
when you close the browser the Flash Player instance get killed and with it the socket connection to SmartFoxServer.
This is what normally happens. Sometimes however browsers don't behave exactly like that (IE for example) and the connection might stay open.
In that case SmartFoxServer has an idle timeout that attempts to shut down the connection after a while.
The parameter is called <MaxIdleTime> and you can change it in the config.xml file
when you close the browser the Flash Player instance get killed and with it the socket connection to SmartFoxServer.
This is what normally happens. Sometimes however browsers don't behave exactly like that (IE for example) and the connection might stay open.
In that case SmartFoxServer has an idle timeout that attempts to shut down the connection after a while.
The parameter is called <MaxIdleTime> and you can change it in the config.xml file
Thanks alot
Thanks alot, that's what i hoped.