hi,
I have developed an application using myfaces and have found the
following problem:
I use some managed beans in a session scope. The problem comes when the
user decides to open a second window that shares the session, causing
conflicts with the stored objects in the session objects. So, I would
like to know if it's possible to prevent the user for sharing sessions
among the client windows, and forcing to create a new session when he
tries to open a new window (for example by typing ctrl-u in iexplorer,
or typing the current url in another tab under firefox)
it's something that has been dealed with the jsf framework? or is there
a more general solution?
thanks in advance

