Skip to end of banner
Go to start of banner

Session Supplier

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 9 Next »

Overview

Provides access to the HTTP Session context.

This supplier is disabled by default, and should generally not be turned on in a production environment. To control access, enable or disable the "Session Supplier" by going to  > Manage apps > Expand ServiceRocket Utility Library plugin > Expand "x of x modules enabled". Here you will find the suppliers that are not enabled by default.

Details

Name:

Session Supplier

Prefix:

session(optional)

Supported Content:

HTTP Session

Provided By:

Reporting for Confluence

Supported Keys

The following are the list of keys which this supplier will return a value for.

Key

Content Types

Return Type

Description

attributes

HTTP Session

Map of Objects

A map of the attributes stored in the current session.

id

HTTP Session

Text

The unique ID for the session.

creation time

HTTP Session

Date

The creation timestamp for the session.

Examples

N/A

  • No labels