Session Reference (Deprecated)
This document describes the elements and properties for the deprecated session
element that was supported in previous releases for Kaazing WebSocket Gateway configuration.
Overview
This element has been deprecated. The session
element was used to associate a session with one or more services by matching the domain of each service's accept URL.
Structure
The Gateway configuration file (gateway-config.xml
or gateway-config-minimal.xml
) defines the following configuration elements contained in the top-level gateway-config
element:
- gateway-config
- session (deprecated)
session
The session
element has been deprecated. If you are using an existing configuration that includes the session
element, you can continue to use it. However, the following table describes the new properties that have been added to the Gateway configuration to replace the session
element.
Deprecated session Element Property |
Description |
---|---|
service-domain | The Gateway manages this functionality automatically. |
authentication-scheme | Use |
authentication-connect | Use the Kerberos challenge handler instead. For more information, see Client API Documentation. |
realm-name | Use realm-name in the service element instead. |
encryption-key-alias | The Gateway manages this functionality automatically. |
inactivity-timeout |
Use |
Summary
In this document, you learned about the Gateway session
element and how to specify it in your Gateway configuration file. For more information about the location of the configuration files and starting the Gateway, see Setting Up Kaazing WebSocket Gateway. For more information about Kaazing WebSocket Gateway administration, see the documentation.