AuthTokenDomain property: Request class

Description

This property returns the web server domain as a string across which the single sign-in authentication token is valid. Use this property as the domain of any cookie which you want to apply across the same domain as the single sign-in token.

The value of this property is in the format:

".example.com"

Note that it begins with a dot "." character. You can use this format as the value of a cookie's domain property.

However, sometimes you cannot use a value that is prefixed with a dot character. For example, the javascript document.docmain property should not begin with a dot. In this case, you must strip it off manually in your code.

Note:

The value of this property is the domain across which the authentication token is valid, set in the AuthTokenDomain configuration property in the configuration properties file. The value of the system variable %AuthenticationToken is the authentication token itself.

This property is read-only.