Property reference

glide.cookies.http_only

The glide.cookies.http_only property enables the generation of HTTP only cookies when set to true. This enhances security by preventing client-side scripts from accessing the cookies, making it important for protecting sensitive session data.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property determines whether HTTP only cookies are generated, which restricts access to cookies from client-side scripts.
What area does it affect? Cookie Management
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring security settings for web applications.

Out of the box property record

Raw metadata from the property record.

Property name glide.cookies.http_only
Sys ID 8ac4395e8d34021087de63ac7f1f0039
Type boolean
Application Global
Default value true
Description Enables (true) or disables (false) the generation of HTTP only cookies.
Updated 2024-05-25 04:34:23