Re: Flex application Session Timeout

2014-07-21 Thread Subscriptions
you could also try URLRequestDefaults.idleTimeout http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequestDefaults.html#idleTimeout On 21/07/2014 16:58, Ahsan Akhtar wrote: Hi, I am getting below mentioned error for a process which takes 10 minutes to compl

Re: Flex application Session Timeout

2014-07-21 Thread douglowder
I'm having the same problem with BlazeDS, Tomcat 7, and Flex SDK 4.12. In addition, the versions of flash.net.URLRequestDefaults in my SDK don't include idleTimeout. Can URLRequestDeafults.idleTimeout be used with Flex applications? It appear to be in an AIR library. Thanks for any info. Doug

RE: Flex application Session Timeout

2014-07-21 Thread Ahsan Akhtar
I have gone thru the article, I understand that this functionality appears to be for Air library and not relates to Flex. -Original Message- From: Subscriptions [mailto:subscripti...@leeburrows.com] Sent: 21 July 2014 08:59 PM To: users@flex.apache.org Subject: Re: Flex application

Re: Flex application Session Timeout

2015-11-26 Thread Roms8313
We ran into the same issue this week, having to send a custom file format as a ByteArray along with some custom mapped AS3 value objects to Zend AMF (knowing the file size can range from 100Ko to over 5Mo and request was systematically shut after 8-9 seconds on a Windows 10 desktop computer). The