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。
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,那么就不必进行重写。
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检查用户在当前会话中是否已经成功地通过了身份验证。
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。
Often this is handled with a unique session ID and a cookie in the client browser that holds the information.
通常使用一个惟一的会话ID和客户机浏览器中保存信息的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传递给每个脚本。
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后面。
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 的属性。
The session is tracked via a session ID (on the URL or in a cookie).
该会话是通过一个会话id跟踪的(在URL或者cookie中)。
The session is tracked via a session ID (on the URL or in a cookie).
该会话是通过一个会话id跟踪的(在URL或者cookie中)。
应用推荐