System.Web.Mobile (system.web.mobile.dll) | class |
Many mobile devices do not support cookies. Fortunately, ASP.NET
provides a mobile implementation of forms authentication and session
state that does not require cookies, and embeds information into the
URL instead. The CookielessData class is used
internally to store and retrieve this information. You will not use
the CookielessData class directly.
public class CookielessData : System.Collections.Specialized.HybridDictionary {
// Public Constructors
public CookielessData( );
}
Hierarchy
System.Object
System.Collections.Specialized.HybridDictionary(System.Collections.IDictionary,
System.Collections.ICollection,
System.Collections.IEnumerable)
CookielessData