这将建立一个加密的会话,而不需要在客户端做任何修改。
This will establish an encrypted session without any modifications needed on the client side.
该方法使用来自会话的广告客户以获得该广告客户拥有的所有广告,然后以 “列表”视图呈现这些信息。
This method uses the advertiser from the session to get all the ads owned by the advertiser, then renders this information with the "list" view.
而会话类包含创建新客户和查找数据库中的一个或所有客户的等效方法。
A session class contains equivalent methods to create a new customer and to find one or all customers in the database.
它们通常在客户端维护大量会话数据,这有助于提高性能。
They normally maintain large session data at the client side, which improves performance.
现在,客户端拥有了会话密钥,它可以使用该密钥向身份验证服务验证自身。
At this point, client has the session key that client can use for authenticating itself to the authentication service.
所以客户端使用这个TGT会话密钥副本解密消息。
So the client decrypts the message using this copy of TGT session key.
您应该能够看到相同的值出现在客户的共同浏览会话的相同域中。
You should see the same value show up in the same field of the customer's co-browsing session.
它允许客户访问绑定到这个会话的任何节点或属性。
It allows the client to access any node or property that is tied to that session.
他们需要我们帮忙构建一个可用来托管各种客户会话的示范企业应用程序环境。
They needed help in constructing a showcase enterprise application environment that they could use to host various client sessions.
当客户访问带有就的会话的网站时会发生什么情况呢?
What happens when a client tries to access a site with a stale session?
除了上述环境的最初构建之外,他们还需要能够按需重建这个环境来支持这些客户会话的诸多不同实例。
In addition to the initial construction of said environment, they also needed to be able to reconstruct the environment on demand to support many different instances of these client sessions.
使用自定义回调处理器将提供更好的特性,并提供从客户端会话上下文动态传递用户名和密码的功能。
Using the custom call back handler will provide better features and the ability to pass the username and password dynamically from the client's session context.
如果原始服务器坏掉,对这个客户会话数据将会有什么样影响?
What happens to the client session data in case the original server crashes?
单击一个按钮启动一个会话,客户和客户服务代表可以在这个会话中查看索赔表单数据并与之交互。
Click a button to start a session in which both the customer and customer service rep can view and interact with the claim form data.
如果网络通讯持续存在问题,那么远程会话也可以在客户端断开连接之后继续操作。
If network communication problems persist, the remote session is able to continue operating while the client disconnects.
要启动与客户的共同浏览会话,客户服务代表可以访问的一个页面必须有一种方法来监听进入的呼叫并发起这样的会话。
To start a co-browsing session with the customer, a page accessible by the customer service rep must have a way to listen for incoming calls and initiate such sessions.
车辆调度的预约系统和RDBMS(关系数据库管理系统)必须支持多重、并发的客户会话。
Multiple, simultaneous customer sessions must be supported in the Deals on Wheels reservation system and RDBMS.
客户端保留会话密钥,将票证按原样转发给服务器。
The client retains the session key and forward the ticket to the server as it is.
会话固定攻击就是将客户端的会话id强制设置为一个明确的已知值。
A session fixation attack is designed to force the session ID of a client to an explicit, known value.
整条消息使用PTGT会话密钥加密并发送回客户端。
The whole message is encrypted using the PTGT session key and is sent back to the client.
现在,必须从您的工作台将调试器连接到客户的会话。
Now, from your workbench, you must attach your debugger to the customer's session.
ContractSetInSession通过在客户的会话中只允许使用客户有权使用的契约的子集,可以限制用户能够使用的契约。
ContractSetInSession restricts the contracts a user can use by only allowing a subset of the customer's entitled contracts to be used in the customer's session.
有状态会话bean维护客户机的“会话状态”,适合处理那些跨越多个客户机请求的任务。
Stateful session beans maintain a "conversational state" with the client and are good for sets of related tasks that span multiple client requests.
STkt响应消息包含在客户端与目标服务器之间使用的会话密钥,还包含客户端的身份。
The STkt response message includes first the session key for use between the client and targeted server and then also the identity of the client.
通过使用一个客户机cookie,我们可以跟踪客户机会话的缓存状态。
We can track the cached state of the client session by using a client cookie. Listing 1 puts it together
使用此会话密钥,客户端和服务器可以安全地相互通信。
Using this session key, client and server can safely communicate with each other.
这样,服务器将得到客户端的身份和会话密钥。
This way the server gets the identity of the client and the session key.
程序设计者必须鉴定有一个客户确实需要一个会话,并创建这个会话以及为这个客户分配一个会话。
The programmer must identify that a client has a need for a session, create the session and assign the client a session.
PHP应用程序通过请求的URL、所有表单数据和已捕获的任意会话信息从客户机获得信息,从而确定应该执行什么操作。
The PHP application takes information from the client through the requested URL, any form data, and whatever session information has been captured to determine what it is supposed to do.
目标服务器将使用此会话密钥来确认客户端的身份。
This session key will be used by the target server to confirm the identity of the client.
应用推荐