psSessionCookieDomain - cWebSessionManager
Can be used to change the domain for which the session cookie is set
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psSessionCookieDomain
| Access Type | Syntax |
|---|---|
| Read Access: | Get psSessionCookieDomain to StringVariable |
| Write Access: | Set psSessionCookieDomain to StringVariable/Value |
Description
Can be used to change the domain for which the session cookie is set.
This is useful when the cookie should be shared across multiple sub domains.
Default is "".