[flexcoders] Re: Detect server timeout in Flex

2008-12-04 Thread oneworld95
Let me clarify: How do you detect session timeouts in Flex if you're
not using BlazeDS?

-Alex

--- In flexcoders@yahoogroups.com, oneworld95 [EMAIL PROTECTED] wrote:

 Is there a way to detect server timeout in Flex? I'm using Java on the 
 backend, with basic authentication. When a user hits the folder, it 
 pops up the authentication box. If authenticated, the user can view the 
 Flex app. Thanks.





Re: [flexcoders] Re: Detect server timeout in Flex

2008-12-04 Thread Ryan Gravener
make an http request to a page on your server?  depending if there is a
session respond true/false?

Ryan Gravener
http://ryangravener.com/flex | http://twitter.com/ryangravener


On Thu, Dec 4, 2008 at 5:07 PM, oneworld95 [EMAIL PROTECTED] wrote:

   Let me clarify: How do you detect session timeouts in Flex if you're
 not using BlazeDS?

 -Alex


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 oneworld95 [EMAIL PROTECTED] wrote:
 
  Is there a way to detect server timeout in Flex? I'm using Java on the
  backend, with basic authentication. When a user hits the folder, it
  pops up the authentication box. If authenticated, the user can view the
  Flex app. Thanks.