FLEX会话管理如何工作

时间:2022-06-26 05:28:46

This is a pretty low level question...I'm trying to do a performance test of a JSP\Flex application and I notice in the AMF traffice that some sort of FLEX session seems to be used. All the AMF calls refer to a "DSId" which seems to be an identifier for the session.

这是一个非常低级别的问题......我正在尝试对JSP \ Flex应用程序进行性能测试,我注意到在AMF流量中似乎使用了某种FLEX会话。所有AMF调用都引用“DSId”,它似乎是会话的标识符。

I need to be able to work out what this DSId is by examing the HTTP traffic. Note there are no options to use any of the flex tools or libraries although I can call out to external Java or .Net libraries if necessary.

我需要通过检查HTTP流量来计算出这个DSId是什么。注意,没有选项可以使用任何flex工具或库,但如果需要,我可以调用外部Java或.Net库。

1 个解决方案

#1


You may take a look at Red5 Media Server (written in Java), apart from server-side implementation of AMF handling, they have some client-side AMF implementation in their code base.

你可以看一下Red5 Media Server(用Java编写),除了AMF处理的服务器端实现之外,他们在代码库中有一些客户端AMF实现。

#1


You may take a look at Red5 Media Server (written in Java), apart from server-side implementation of AMF handling, they have some client-side AMF implementation in their code base.

你可以看一下Red5 Media Server(用Java编写),除了AMF处理的服务器端实现之外,他们在代码库中有一些客户端AMF实现。