cookieless
美
英 
- 網(wǎng)絡(luò)窗體驗(yàn)證;特性設(shè)置為
例句
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組件是一個(gè)小Win32ISAPI篩選器,用于備份ASP.NET應(yīng)用程序無cookie會(huì)話狀態(tài)。
Session ID values are transmitted between the browser and the Web server in a cookie, or in the URL if cookieless sessions are specified.
會(huì)話ID的值在瀏覽器和Web服務(wù)器間通過Cookie進(jìn)行傳輸,如果指定了無Cookie會(huì)話,則通過URL進(jìn)行傳輸。
This will result in a new session ID being generated when a cookieless session request is made with an expired session ID.
這樣,在使用已過期的會(huì)話ID發(fā)起無Cookie會(huì)話請(qǐng)求時(shí),將生成一個(gè)新的會(huì)話ID。
Absolute URLs are different depending on whether the application is configured for cookieless session management.
根據(jù)應(yīng)用程序是否被配置為無Cookie的會(huì)話管理,絕對(duì)URL會(huì)有所不同。
The MobileFormsAuthentication class supports cookieless devices by appending appropriate authentication information to the appropriate URLs.
MobileFormsAuthentication類通過向相應(yīng)的URL追加相應(yīng)的身份驗(yàn)證信息來支持無Cookie設(shè)備。
Gets a value that indicates whether the application is configured for cookieless sessions.
獲取一個(gè)值,該值指示是否為無Cookie會(huì)話配置應(yīng)用程序。
If this attribute is set to False, some browsers might encounter issues when loading pages that are in cookieless sessions.
如果為False,則某些瀏覽器在加載無Cookie會(huì)話中的頁時(shí)可能會(huì)遇到問題。
ASP. NET maintains cookieless session state by automatically inserting a unique session ID into the page's URL.
ASP.NET通過自動(dòng)在頁的URL中插入唯一的會(huì)話ID來保持無Cookie會(huì)話狀態(tài)。
The session ID values used in cookieless sessions are recycled by default.
默認(rèn)情況下會(huì)回收無Cookie會(huì)話中使用的會(huì)話ID值。
The following example shows a Web. Config file that configures an ASP. NET application to use cookieless session identifiers.
下面的示例演示一個(gè)Web.config文件,它將ASP.NET應(yīng)用程序配置為使用無Cookie會(huì)話標(biāo)識(shí)符。
Specifies a dictionary class to maintain the keys for cookieless forms authentication.
指定一個(gè)字典類以維護(hù)沒有Cookie的Forms身份驗(yàn)證的密鑰。
Therefore, in the authentication element, set the cookieless attribute to "UseCookies" .
因此,在authentication元素中,應(yīng)將cookieless屬性設(shè)置為“UseCookies”。
The HttpCookieMode enumeration is used to specify the value of the cookieless attribute in the sessionState configuration section.
HttpCookieMode枚舉用于指定sessionState配置節(jié)中cookieless屬性的值。
There's a new "cookieless" attribute on the element in web. config.
在web.config文件中的元素中有一個(gè)新的“cookieless”屬性。
Sure, ASP. NET supports cookieless session state and ASP. NET 2. 0 Also introduces cookieless forms authentication.
當(dāng)然,ASP.NET支持無cookie的會(huì)話狀態(tài),而且,ASP.NET2.0還引入了無cookie的表單身份驗(yàn)證。
The actionFlags parameter is used when the cookieless and regenerateExpiredSessionId attributes are both set to true.
當(dāng)cookieless和regenerateExpiredSessionId屬性都設(shè)置為true時(shí),使用actionFlags參數(shù)。