Identify users by a w3 profiling cookie (as opposed to prompting them for a user ID and password).
利用w3概要分析cookie来识别用户(与之相反的是提示用户输入用户ID和密码)。
The session ID can be passed in one of three ways: as a parameter in an HTML form (typically a hidden field); as a parameter appended to the query string; or as an attribute of a cookie.
会话标识可以用三种方式中一种进行传递:作为HTML表单中的参数(通常是隐藏字段);作为附加在查询字符串后的参数;或者作为 cookie 的属性。
Once the session is created, it is assigned an ID that's stored on the client as a transient cookie.
一旦创建了会话,就为它分配一个标识,该标识作为瞬时cookie被存储在客户机上。
If the JSP container detects a cookie storing the user's current session ID, no rewriting is necessary.
如果jsp容器检测到一个存储用户当前会话标识的cookie,那么就不必进行重写。
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传递给每个脚本。
In fact, you can take the value of the session ID cookie and set another cookie named BROWSERID when the user accesses the application for the first time.
实际上,当用户首次访问应用程序时,可以取得会话id cookie的值并设置另一个名为BROWSERID的cookie。
Often this is handled with a unique session ID and a cookie in the client browser that holds the information.
通常使用一个惟一的会话ID和客户机浏览器中保存信息的cookie进行处理。
We then send off a mail asking them to visit /invitation/accept/$ID, where ID is a relatively secure 32-bit cookie for the ID of the invitation; we also create the row in the invitation table
然后我们发送一封邮件,请他们来访问 /invitation/accept/$ID,在这里 ID是邀请的 ID 的一个相对安全的32 位cookie;我们还在邀请表中创建了行
The initialize() function gropes through the DOM of the applet and its parent HTML document looking for an existing session ID in the form of a cookie, and disabling menus appropriately.
initialize()函数在 applet的DOM以及包含它的HTML文档中搜索前进,寻找用cookie形式保存的会话ID,并禁用适当的菜单。
The passport ID is inserted in the cam_passport cookie, which is used to confirm that the user has successfully been authenticated in his or her current session before.
passportID被放在cam_passportcookie中,使用这个cookie检查用户在当前会话中是否已经成功地通过了身份验证。
Google Reader users are assigned a 20-digit user ID used throughout Google’s feed system. User-specifc data is accessible using the google.com cookie named "SID."
GoogleReader对使用其feed系统的用户分配了20位数字构成的用户ID,用户各种数据的获取,都需要利用到domain为google.com下的名叫SID的cookie字段。
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后面。
For ChangingThePresent, I create a cookie, at login time, that has the current login ID. Then, I destroy the cookie at logout time.
对于ChangingThePresent,我在登录时创建了一个cookie,其中含有当前的登录ID。
By doing this, the session ID is included in the generated URL only if the user's browser has cookie handling turned off. Otherwise, the browser returns the URL unchanged, for example.
这样,只有当用户浏览器关闭了cookie处理,生成的URL中才会包含会话id。
As shown in Listing 1, the code tries to load the user's Twitter ID from a cookie.
如清单1所示,代码试图从cookie加载用户的TwitterID。
As shown in Listing 1, the code tries to load the user's Twitter ID from a cookie.
如清单1所示,代码试图从cookie加载用户的TwitterID。
应用推荐