Re: [flexcoders] Do we get any notification when user dissconnects from LCDS

2009-05-13 Thread Jeffrey Vroom
The FlexSession object dispatches session closed events. For RTMP sessions, these will be pretty much immediate. For HTTP sessions though, they are dispatched when the session expires. So for RTMP you get quick notification but for HTTP it will be delayed based on your session expiration

[flexcoders] Do we get any notification when user dissconnects from LCDS

2009-05-12 Thread Dharmendra Chauhan
Hi, I have to release resources when user get disconnected from LCDS. What I need to implement in java to listen it ? User may disconnect due to network failure ,when he closes the flex Window etc.. Thanks, Dharmendra