Skip to main content
Participant
April 18, 2008
Question

onDisconnect Event in FMS 2.0

  • April 18, 2008
  • 2 replies
  • 530 views
I am using application.onDisconnect Event for updating some entries in Database side through php. Its works fine. But in some case it doesnot call onDisconnect event and hence not updating db entries??Is it problem of concirrent access of onDisconnect event or what?????
please help me
    This topic is closed to new replies. Start a new post to keep the conversation going.

    2 replies

    adobeAtulAuthor
    Participant
    April 25, 2008
    HI Peter,

    Thanks for your answer. What I observed is that it holds the connection in IE after directly closing the browser. Are you facing the same???
    Participant
    April 21, 2008
    Hi,
    what experienced in all my applications is, that the onDisconnect event will not be triggered, if you're connected to the application with more than one client application at the same time (on the same machine of course, but it's even occuring if the client apps run in different browsers).

    I didn't had this problem with just one client app connected.

    Would be interesting if this might be your problem too.

    Hope this helps..
    Peter