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 interval. Jeff
On Tue, May 12, 2009 at 10:39 PM, Dharmendra Chauhan <[email protected] > wrote: > > > 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 > > > >

