JEUS Session Management Guide 

JEUS v7.0 Fix #4

Restricted Rights Legend

All TmaxSoft Software (Tmax®) and documents are protected by copyright laws and international convention. TmaxSoft software and documents are made available under the terms of the TmaxSoft License Agreement and may only be used or copied in accordance with the terms of this agreement. No part of this document may be transmitted, copied, deployed, or reproduced in any form or by any means, electronic, mechanical, or optical, without the prior written consent of TmaxSoft Co., Ltd.

Nothing in this software document and agreement constitutes a transfer of intellectual property rights regardless of whether or not such rights are registered) or any rights to TmaxSoft trademarks, logos, or any other brand features.

This document is for information purposes only. The company assumes no direct or indirect responsibilities for the contents of this document, and does not guarantee that the information contained in this document satisfies certain legal or commercial conditions.

The information contained in this document is subject to change without prior notice due to product upgrades or updates. The company assumes no liability for any errors in this document.

Trademarks

JEUS® is registered trademark of TmaxSoft Co., Ltd. Other products, titles or services may be registered trademarks of their respective companies.

Open Source Software Notice

Some modules or files of this product are subject to the terms of the following licenses. : APACHE2.0, CDDL1.0, EDL1.0, OPEN SYMPHONY SOFTWARE1.1, TRILEAD-SSH2, Bouncy Castle, BSD, MIT, SIL OPEN FONT1.1

Detailed Information related to the license can be found in the following directory : ${INSTALL_PATH}/lib/licenses

Document Information

Document Name: JEUS Session Management Guide 

Document Created: 2017-03-13

Software Version: JEUS v7.0 Fix #4

Document Version: v2.1.6


Table of Contents

About This Document
1. Session Tracking
1.1. Overview
1.2. Session Tracking Structure
1.3. Session Tracking
1.3.1. Session Tracking in Web Engines
1.3.2. Session Tracking in Clustered Environments
1.4. Session Tracking Mode
1.5. Sharing Session Data
1.6. Session Tracking Configuration
1.6.1. Session Configuration
1.6.2. Session Server Configuration
1.7. Session Tracking Tuning
1.8. Monitoring
2. Distributed Session Servers
2.1. Overview
2.2. Basic Concepts
2.3. Server Structure
2.4. Server Process
2.5. Duplicate Login Prevention
2.6. Failback
2.7. Session Clustering
2.7.1. Application Scope Session Clustering
2.7.2. Domain Scope Session Clustering
2.7.3. User-defined Scope Session Clustering
2.8. Session Server Configuration
2.9. Configuration Changes in JEUS 7 from JEUS 6
2.9.1. JEUS 6 Configuration
2.9.2. JEUS 7 Configuration
Index

List of Figures

[Figure 1.1] Partial JEUS Web Engine Structure
[Figure 1.2] Creating a Session Cookie
[Figure 1.3] Sending a Second Request using the Session ID
[Figure 1.4] Using Session ID Cookie to Create a Session Using Two Web Engines
[Figure 1.5] Deleting a Session When Session Routing is not Used
[Figure 1.6] Adding Web Engine ID to the Session Cookie
[Figure 1.7] Session Routing
[Figure 1.8] Web Engine Failure
[Figure 1.9] Session Servers - First Request
[Figure 1.10] Session Servers - Second Request
[Figure 1.11] Session Configuration - Basic Information
[Figure 1.12] Session Configuration - Advanced Options
[Figure 1.13] Session Configuration - Result
[Figure 2.1] Distributed Session Servers - Structure
[Figure 2.2] Distributed Session Servers - Internal Structure
[Figure 2.3] Distributed Session Servers - Failover Structure
[Figure 2.4] How to Detect Duplicate Login
[Figure 2.5] If Failback Is not Supported
[Figure 2.6] If Failback Is Supported
[Figure 2.7] Clustering - Clusters Screen
[Figure 2.8] Clustering - Selecting Servers for the Cluster
[Figure 2.9] Clustering - Result of Creating a Cluster
[Figure 2.10] HTTP Session Configuration
[Figure 2.11] Example of Session Clustering Configuration
[Figure 2.12] Session Clustering Configuration- Session
[Figure 2.13] Session Clustering Configuration - Common Config
[Figure 2.14] Session Clustering Configuration - Adding a Session Cluster
[Figure 2.15] Distributed Session Servers - Configuration
[Figure 2.16] JEUS 7 Configuration Example

List of Examples

[Example 2.1] JEUS 6 Configuration: <<JEUSMain.xml>>