try to increase script timings

On Mon, Aug 30, 2010 at 9:32 AM, pradeepflex <[email protected]>wrote:

> Hi All,
>
> We are using java and flex in my project and we set the session time
> out for my web application is 20 min.
> After session expired when user trying to access the remote object I
> am getting Send Failed error
> I am using this code to connect remoteObject
>
> var blazeUrl:String = "/RiskReportsSummary/messagebroker/";
>                        var remoteObject:RemoteObject = new RemoteObject();
>                        var channelSet:ChannelSet = new ChannelSet();
>                        var amfChannel:Channel = new
> SecureAMFChannel("amfChannel",
> blazeUrl + "amf");
>                        channelSet.addChannel(amfChannel);
>                        remoteObject.channelSet = channelSet;
>                        return remoteObject;
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to