cookieless

cookieless

 英

  • 网络窗体验证;特性设置为

例句

The aspnet_filter. dll component is a small Win32 ISAPI filter used to back up the cookieless session state for ASP. NET applications.

aspnet_filter.dll组件一个Win32ISAPI筛选用于备份ASP.NET应用程序cookie会话状态

Session ID values are transmitted between the browser and the Web server in a cookie, or in the URL if cookieless sessions are specified.

会话ID浏览器Web服务器通过Cookie进行传输如果指定了无Cookie会话通过URL进行传输

This will result in a new session ID being generated when a cookieless session request is made with an expired session ID.

这样使用过期会话ID发起Cookie会话请求生成一个会话ID

Absolute URLs are different depending on whether the application is configured for cookieless session management.

根据应用程序是否配置Cookie会话管理绝对URL有所不同

The MobileFormsAuthentication class supports cookieless devices by appending appropriate authentication information to the appropriate URLs.

MobileFormsAuthentication通过相应URL追加相应身份验证信息支持Cookie设备

Gets a value that indicates whether the application is configured for cookieless sessions.

获取一个指示是否Cookie会话配置应用程序

If this attribute is set to False, some browsers might encounter issues when loading pages that are in cookieless sessions.

如果False某些浏览器加载Cookie会话可能会遇到问题

ASP. NET maintains cookieless session state by automatically inserting a unique session ID into the page's URL.

ASP.NET通过自动URL插入唯一会话ID保持Cookie会话状态

The session ID values used in cookieless sessions are recycled by default.

默认情况回收Cookie会话使用会话ID

The following example shows a Web. Config file that configures an ASP. NET application to use cookieless session identifiers.

下面示例演示一个Web.config文件ASP.NET应用程序配置使用Cookie会话标识

Specifies a dictionary class to maintain the keys for cookieless forms authentication.

指定一个字典维护没有CookieForms身份验证密钥

Therefore, in the authentication element, set the cookieless attribute to "UseCookies" .

因此authentication元素cookieless属性设置UseCookies”。

The HttpCookieMode enumeration is used to specify the value of the cookieless attribute in the sessionState configuration section.

HttpCookieMode枚举用于指定sessionState配置cookieless属性

There's a new "cookieless" attribute on the element in web. config.

web.config文件元素一个cookieless属性

Sure, ASP. NET supports cookieless session state and ASP. NET 2. 0 Also introduces cookieless forms authentication.

当然,ASP.NET支持cookie会话状态而且,ASP.NET2.0引入了无cookie表单身份验证

The actionFlags parameter is used when the cookieless and regenerateExpiredSessionId attributes are both set to true.

cookielessregenerateExpiredSessionId属性设置true使用actionFlags参数