It is my understanding that in the current version of BlazeDS, the network settings such as "session-timeout" (which I believe is replaced with "subscription-timeout-minutes" in the current version) don't get used by RemotingDestinations, so we have not exposed them in the xml namespace (note that the current BlazeDS docs don't mention the availability of any such settings for RemotingDestinations). Since the FlexSession essentially piggybacks on the HttpSession, setting a timeout of 0 on the HttpSession would probably achieve a similar effect.
If I am misunderstanding, and you for some reason still have need to apply the session timeout setting, I can direct you to a way to do this using our extension hooks.
Jeremy Grelle
Staff Engineer, Web Products Team
SpringSource