Walter.BOM
CookieName Enumeration
Walter.BOM Assembly > Walter.BOM Namespace : CookieName Enumeration
Enumerator for names of the cookies used by the system. You should set your own name so that your site can't be identified as being protected by this particular firewall
Syntax
public enum CookieName : System.Enum 
Members
MemberDescription
Antiforgery application anti forgery cookie name used in forms
BlockedUser cookie used for blocked users
ConsentCookie consent cookie name
FireWallUser The fire wall user cookie name
InMemoryUserTracking contains key for in memory user tracking
SessionTracking manages tracking for sessions
UserEcryptionSalt cookie used for storing a specific user hashes avoids session high-jacking
UserTracking cookie name used by the firewall to track users if user tracking is enabled
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.BOM.CookieName

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.BOM Namespace