Skip to content

pbSessionCookieSecure - cWebSessionManager

Determines if the session cookie is flagged as a Secure cookie or not

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbSessionCookieSecure
Access Type Syntax
Read Access: Get pbSessionCookieSecure to BooleanVariable
Write Access: Set pbSessionCookieSecure to BooleanVariable/Value

Description

Determines if the session cookie is flagged as a Secure cookie or not. A secure cookie is only sent via secure connections. This makes the cookie less vulnerable for cookie theft.

Default is False.