Skip to content

Session Config Noweb Data DTO Reference

The NjoguAmos\Waha\Dto\SessionConfigNowebData contains configuration for the NOWEB engine.

enabledbool

Whether the session storage is enabled.

php
$session->config->noweb->enabled; // true

fullSyncbool

Whether full sync is enabled.

php
$session->config->noweb->fullSync; // false

Released under the MIT License.