Have you try this:

remoteObject = new RemoteObject( serviceName );
remoteObject.requestTimeout = 600;
remoteObject.channelSet = new ChannelSet();
var amfChannel:AMFChannel = new AMFChannel( "my-amf", 
"http://yourServer:<portNumber>/youApp/messagebroker/amf" );
amfChannel.netConnection.httpIdleTimeout = remoteObject.requestTimeout * 1000;
remoteObject.channelSet.addChannel( amfChannel );


Frédéric THOMAS


----------------------------------------
> Date: Wed, 17 Jun 2015 10:03:13 -0700
> From: [email protected]
> To: [email protected]
> Subject: Re: Browser timeout in long process
>
> Thanks for your reply and help.
> I set the requestTimeout="600" (10mins). The browser still timeout, do I
> need to set something else?
> Best,
>
>
>
>
>
> --
> View this message in context: 
> http://apache-flex-users.2333346.n4.nabble.com/Browser-timeout-in-long-process-tp10604p10612.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
                                          

Reply via email to