---
title: "Web Properties"
source: https://dev.pageseeder.com/reference/version_5/other/web_properties.html
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~201
---

# Web properties

> **Obsolete:** The web properties are obsolete and no longer supported as of PageSeeder v6.

Web properties apply to the Web engine.

The PageSeeder web server settings are the following:

| Property | Description | Default value |
| --- | --- | --- |
| `SessionPrefix` | Prefix for `@session` attribute and cookie names | `weborganic` |
| `Cache` | If this value is set to `false`, the system won’t cache non-layout manager XSLT files |  |
| `bundle` | Boolean value that serves JavaScript and CSS resources as a bundle | `true` |
| `gzip` | Boolean value that sets GZip compression for HTTP clients that can support it | `true` |
| `minimize` | Boolean value for whether JavaScript and CSS should be minimized | `false` |
| `indent` | Boolean value to indent HTML output | `false` |

