psSessionCookieName - cWebSessionManager

Determines the name of the cookie used to read and write the session key

Type: Property

Access: Read/Write

Data Type: String

Parameters: None

Syntax
 Property String psSessionCookieName

Read Access: Get psSessionCookieName to StringVariable
Write Access: Set psSessionCookieName to StringVariable/Value


Description

This determines the name of the cookie used to read and write the session key.

When multiple web applications are running on the same domain and have psSessionCookiePath set, they can accidentally share a session key, resulting in errors. Changing the name of the cookie can prevent this from happening.

Default is "dfWebApp".

See Also

psSessionCookieSameSite | psSessionCookiePath | psSessionCookieDomain