Skip to content

pbSessionCookieHttpOnly - cWebSessionManager

Determines if the session cookie is flagged as an HttpOnly cookie or not

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

Syntax

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

Description

Determines if the session cookie is flagged as an HttpOnly cookie or not. An HttpOnly cookie is not accessible by client-side APIs, such as JavaScript. For access across domains (CORS), it might be required to set this property to True.

Default is False.