In general, relying on a browsers onunload (or similar) event is not reliable. You could use a presence server or polling on the server side to detect when the client is no longer available. I've been doing some testing with XIFF and WildFire recently, and it seems to detect pretty quickly when the logged in user is no longer available when the user closes the Flex app.
Just my 2 cents. Kevin N. chrislpigg wrote: > I need a way to capture the browser's close event so I can log the > user out with my Flex 2.0 app.. If anyone knows how to do this... > Please help! > > :) > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > >

