Skip to main content
Version: 4.4

Sessionhandler Form Field

The sessionhandler form field type provides a dropdown list of session handler options (as in Global Configuration / System / Session Handler).

  • type (mandatory) must be sessionhandler.
  • name (mandatory) is the unique name of the field.
  • label (mandatory) (translatable) is the field html label.
  • description (optional) (translatable) is the field description.
  • default (optional) sets a default value.
  • required (optional) should this field be required? true/false.
  • filter (optional) cleans the input.

Implemented by: libraries/src/Form/SessionhandlerField.php

Example XML parameter definition

<field
name="session_handler"
type="sessionhandler"
default="none"
label="COM_CONFIG_FIELD_SESSION_HANDLER_LABEL"
description="COM_CONFIG_FIELD_SESSION_HANDLER_DESC"
required="true"
filter="word"
/>