查询
1 词典释义:
session id
时间: 2025-07-18 07:15:34

会话id

双语例句
  • It expects to be passed a valid session id.

    期望传递给它一个有效的会话id。

  • SOAP Headers with Session ID Information

    使用会话 ID 信息的 SOAP 头部

  • The session ID is simply an auto_increment field.

    会话id只是一个auto_increment字段。

  • The session id is a 32 byte long MD5 hash value.

    session id就是个一32位的md5 hash值。

  • You must log in first to acquire a server URL and session ID.

    您必须首先进行登录来获取一个服务器URL和会话id。

  • Mi_get_id : Retrieve either the statement id or the session id.

    mi_get _ id:检索语句id或会话id。

  • The session is tracked via a session ID (on the URL or in a cookie).

    该会话是通过一个会话id跟踪的(在URL或者cookie中)。

  • Logging in means acquiring a session ID from the Web server of origin.

    登录意味着从原先的Web服务器上获得了一个会话id。

  • Session ID: Database session ID of the user running the SQL statement.

    Session ID:运行此sql语句的用户的数据库会话id。

  • It also sends a session ID, a random byte string, and its digital certificate.

    SSL服务器还发送一个会话标识、一个随机字节字符串以及它的数字证书。

  • Lising 2: Generation of a session specific caching key based on the session id.

    清单2:根据会话id生成特定于会话的缓存键。

  • Click on the session id under the SID heading to see the details of the individual session.

    单击SID下面的会话id,就可以看到会话的详细信息。

  • If you can just find out the user's session ID, you have a large quantity of data available.

    如果能够找到用户的会话id,就能够找到大量数据。

  • In addition, however, the base URL has been rewritten to include specification of a session ID.

    不过,除此以外还重写了基本url以包含指定的会话标识。

  • Stealing a user's session id lets an attacker use the web application in the victim's name.

    窃取用户session id的攻击者可以在一个web应用里使用受害者的名字。

  • Sometimes, the default session id length increases the length of each request considerably.

    有时,缺省的Session ID长度很大幅度地增加了每个请求的长度。

  • A session fixation attack is designed to force the session ID of a client to an explicit, known value.

    会话固定攻击就是将客户端的会话id强制设置为一个明确的已知值。

  • If the JSP container detects a cookie storing the user's current session ID, no rewriting is necessary.

    如果jsp容器检测到一个存储用户当前会话标识的cookie,那么就不必进行重写。

  • Often this is handled with a unique session ID and a cookie in the client browser that holds the information.

    通常使用一个惟一的会话 ID 和客户机浏览器中保存信息的 cookie 进行处理。

  • Just a number in the NAME column is the session id since memory pools for a session are tracked by session id.

    name列中的数字是会话id,因为会话的内存池是按会话id跟踪的。

  • We first retrieve the session ID to create a unique name for our named memory. We then try to get access to it.

    我们首先检索会话id,以便为我们的已命名内存创建一个惟一名称。

  • Recall that the session ID belongs to table sessions, but the desired information is stored in the users table.

    回忆一下,会话id属于表sessions,但是想要的信息存储在users表中。

  • Now that the mystery of how the session ID is generated has been uncloaked, let's look at a function that USES it.

    既然如何生成会话id的秘密已经被解开,那么让我们看一看使用它的函数。

  • Once a response has been received the session ID can be extracted from the XML document as shown in the code snippet below.

    收到响应后,可以从 XML 文档提取会话 ID,如下面的代码段所示

  • Sometimes this may just be a session id of some sort that can be used to retrieve server-side state from memory or a database.

    有时候这仅仅是某种类型的会话id,它可以用来从内存或数据库检索服务器端状态。

  • If these strings match, this event is logged to another MySQL table via the logger function and a new session ID is generated.

    如果这些字符串相匹配,通过logger函数把这个事件记录在另一个mysql表中作为日志,并且生成一个新的会话id。

  • In most CGI applications, much of the state is stored in a database, but only a session ID is passed to each script via a cookie.

    在大多数CGI应用程序中,大部分状态存储在数据库中,只有会话id通过cookie传递给每个脚本。

  • Cache entries can be scoped with the session ID to keep a relationship between the session and the data that is to be kept in memory.

    可以使用会话id设置缓存条目的范围,以使会话和要保存在内存中的数据建立关联。

  • A cookie can store the session id, a session id can be embedded in a form as a hidden value, or a session id can be appended to URLs.

    可以用cookie存储会话id,可以把会话id作为隐藏值嵌入在表单中,还可以把会话id附加在URL后面。

  • Listing 19 shows the final ps example where all processes are listed using jobs format, and the output is sorted by session id and command name.

    清单19显示了最终的ps例子,其中使用作业的格式列出了所有进程,并且根据会话id和命令名对输出进程排序。