Hi,
I have successfully configured sessions for one service with the SimpleSessionHandler.
Now I've noticed that the session is only valid for one service. Ie if I connect to one service (eg. AuthenticationService) which stores some objects in the session, these objects are not visible from the other service (eg. WorkerService).
Is there any possibility to maintain one session per client for all services? And if yes, which configuration is necessary?
regards Jochen Schwoerer