psSessionCookiePath - cWebSessionManager
Determines the path for the cookie storing the session key
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psSessionCookiePath
| Access Type | Syntax |
|---|---|
| Read Access: | Get psSessionCookiePath to StringVariable |
| Write Access: | Set psSessionCookiePath to StringVariable/Value |
Description
Determines the path for which the cookie storing the session key will be set.
The default value ("") sets the cookie for the current path from which the page is loaded, if set to "/", the cookie will be stored for the entire domain.