Client session id not found in Kubernetes

10/16/2018

The source of the client session id is WebUtils.getSessionId(request) using java(groovy actually). The value is shown in the regular war deployment, but not in Kubernetes.

How to retrieve client session id in Kubernetes?

-- Lu Yin
groovy
java
kubernetes
sessionid

0 Answers