Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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,
Solved! Go to Solution.
For each question:
To summarize, if the user is accessing from the same JSESSIONID, he/she will always have access to the same session parameter value.
What happens in your case:
For each question:
To summarize, if the user is accessing from the same JSESSIONID, he/she will always have access to the same session parameter value.
What happens in your case: