Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Identified by type="Session", this handler reports on a specific user session to aid in debugging.

Much of the information returned might be considered confidential, so limiting access may be warranted, although in practice only a given user should have access to information associated with their own session.

Attributes

Common Attributes

The following attributes are available on all handlers.

Name

Type

Default

Description

type

string

Required

Plugin type name.

Location

relative path

Required

Path used to invoke handler (when appended to the base handlerURL).

Specific Attributes

Name

Type

Default

Description

acl

space-delimited list of IP addresses (V4/V6) or CIDR statement

Open Access

A set of requesting addresses to limit access to.

showAttributeValues

boolean

false

If true, the session summary will include actual attribute values.

contentType 

string

text/html

Selects the content type of the response, affecting the output format. The default, is a simple HTML page.
For programmatic use, the value "application/json" is supported, causing the result to be a JSON struct

  • No labels