FluorineFx.NET

Client management on the server

This page describes Client application instance management on the server:

Flex

- When the Flex application connects first time to the back end it will query the server to assign a client identifier (it does not matter if the call is made using an AMF or RTMP channel).

- FluorineFx will assign a client identity and will create the corresponding Client object (accessible through FluorineContext.Current.Client)

- For any subsequent call the Flex application will send the client identifier (global FlexClient Id)

- FluorineFx will restore the FluorineContext.Current.Client using the received identity. If the Client object has already expired the back end will create a new instance.

Flash RTM applications

The Client object is available only for RTMP applications. There is no sliding expiration set unless the /services-config/flex-client section specifies otherwise.