The FpcUsePersistentCookiesComputerType enumerated type contains values that indicate whether persistent cookies are allowed for trusted and private computers.
typedef enum FpcUsePersistentCookiesComputerType { fpcPersistentCookiesDisabled
Persistent cookies are not allowed for any client computers.
= 0, fpcPersistentCookiesEnabledForTrustedComputers
Persistent cookies are allowed for trusted computers.
= 1, fpcPersistentCookiesEnabledForAllComputers
Persistent cookies are allowed for both trusted and public computers.
= 2 } FpcUsePersistentCookiesComputerType;
Persistent cookies are not allowed for any client computers.
Persistent cookies are allowed for trusted computers.
Persistent cookies are allowed for both trusted and public computers.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.