Navigation
SEARCH
TOOLBOX
LANGUAGES

acsCookieMode

From QA Cafe Support Wiki

Jump to: navigation, search

acsCookieMode By default, the ACS server will use Set-Cookie2 to set a session cookie on the client. Older Set-Cookie style cookies can also be configured. It is also possible to turn off ACS server cookies completely. When cookies are turned off, any test cases that depend on cookie functionality are automatically skipped.

Values: 1 | 2 | none

Example:
testvar acsCookieMode 2
testvar acsCookieMode 1
testvar acsCookieMode none