It expects to be passed a valid session id.
期望传递给它一个有效的会话id。
The session id is a 32 byte long MD5 hash value.
session id就是个一32位的md5hash值。
Logging in means acquiring a session ID from the Web server of origin.
登录意味着从原先的Web服务器上获得了一个会话id。
Does regenerating a session ID help prevent fixation, hijacking or both?
是再生的会话id,帮助防止固定,劫持或两个?
It also sends a session ID, a random byte string, and its digital certificate.
SSL服务器还发送一个会话标识、一个随机字节字符串以及它的数字证书。
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后面。
You should also avoid displaying truly sensitive data, such as credit card Numbers, to a user who has only been validated by session id.
你也应当避免直接向一个仅通过会话id验证的用户显示高度敏感的数据,例如信用卡号。
That is, if a request is made with a session ID that has expired, a new session is started using the session ID supplied with the request.
也就是说,如果以逾时的工作阶段ID提出要求,则会使用该要求所提供的工作阶段ID启动新的工作阶段。
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和命令名对输出进程排序。
With this code in place, the server will check each request to verify that the Request-Token header exists and has the same value as the session ID.
这段代码就绪后,服务器将检查每个请求,验证Request - Token头部存在并拥有与会话id相同的值。
All you really need to know is that data is reliably stored and can be accessed given only a single key, usually called the session key or session ID.
您实际上只需知道数据被可靠地存储,只需提供一个键(常常称为会话键或会话id),就可以访问会话数据。
All you really need to know is that data is reliably stored and can be accessed given only a single key, usually called the session key or session ID.
您实际上只需知道数据被可靠地存储,只需提供一个键(常常称为会话键或会话id),就可以访问会话数据。
应用推荐