zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

High Availability mode session cookie name #599

Closed pablocarle closed 7 months ago

pablocarle commented 1 year ago

Describe the bug

Linked to https://github.com/zowe/zlux/issues/969

The function to resolve the session cookie name uses environment variables that are not available in Zowe V2 installer. https://github.com/zowe/zss/blob/d0db646c0b579e43bdaddeda8ef4d854a86139df/c/zss.c#L1097 ZOWE_INSTANCE and ZWE_HA_INSTANCES_COUNT

This can result in errors in session refresh feature of zlux when started in HA mode.

Steps to Reproduce

  1. Open Zowe Desktop in an HA-enabled Zowe instance

Expected behavior

jedHTTPSession should either take values of jedHTTPSession.<port> or jedHTTPSession.<instance id> depending on the Zowe mode.

Describe your environment

github-actions[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, but can be reopened if needed. Thank you for your contributions.

github-actions[bot] commented 7 months ago

This issue has been automatically closed due to lack of activity. If this issue is still valid and important to you, it can be reopened.

1000TurquoisePogs commented 7 months ago

This was merged for v2.15.0