hello, such a problem: i want to open a new window with the same url (for example by using js window.open function) from window handling sessions. how to open it so the new window would not inherit the session from its opener? it should just start its own session without destroying session of its parent. anyone have an idea how to do this? thx