Understanding GetGlobalSessionValues in relation to JSESSIONID
Hi all,
recently I have some doubts about whether one User can have multiple Session when accessing the same mashups?
Real case scenario:
1. I open the same mashup twice
2. I change a session variable from one mashup >
3. I run the service GetGlobalSessionValues and the session variable changes accordingly
4. I refresh my second mashup and the widget that is bound to the same session variable remains its value independently to the actual session variable shown in GetGlobalSessionValues
So my questions are:
1. Can one user have multiple JSESSIONID?
2. Which service can keep tracking of the session variables of each JSESSIONID?
3. Which service can be executed to find how many and which are the currently active sessions of one particular user?
Best,

