Topic by uniauck
We have a browser control in contact workspace console which links to our website. The website remembers the id passed through and allow user to edit the related information. The problem we encounter is that the last opened contact id is replacing the previous ones, no matter whether we use session or request scope variable. But what we need is that each browser control is going to remember it's own id and allow appropriate updates.
Is the RN console treated as one session or one request? Is there any solution to our problem?
Thanks
Jane