A user is prompted for a user name and password and given a session cookie or session header.
用户会获得提示,要求输入用户名和口令,并将口令和密码保存在会话cookie或会话header中。
Cookie poisoning is a technique known mainly for achieving impersonation and breach of privacy through manipulation of session cookies that maintain the identity of the client (or end user).
cookie篡改(cookiepoisoning)是一项主要以获取模拟和隐私权泄密著称的技术,通过维护客户(或终端用户)身份的会话信息操纵来实现的。
An identifier for the user or session is stored in a cookie and read on every request.
特定用户或者会话的标识符被存储在一个cookie中,并且在每次请求时读取。
A session cookie in conjunction with a random auth token or auth login validation is both reasonable mechanisms.
一个连接中的会话cookie与一个随机鉴定标识或者鉴定登陆审核都是合理的机制。
The fetching program can be left bare, or it can require some kind of user login, cookie, or session variable before it retrieves the file.
获取程序可以不采用安全措施,也可以要求提供某种用户登录、Cookie或会话变量才能检索这些文件。
Instead, your programmers should store this information in the session layer of your Web application server or in a cookie.
程序员应该将这一信息存储在Web应用服务器的会话层或者cookie中。
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检查用户在当前会话中是否已经成功地通过了身份验证。
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 的属性。
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后面。
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后面。
应用推荐