hello,
I am having a problem with losing my original session when I popup a window with JavaScript. I thought it was suppose to keep the same session when this is done. However, I have read about Explorer bugs which create new sessions for new windows as well. My problem could also be because of my program execution flow:
user is logged into App#1. user clicks on submit to get a report -> goes to App#1, queries and forwards to a
jsp with JavaScript -> this script pops up a window with a url to App#2 (different machine for reporting tool) -> this second window displays a pdf with hyperlinks -> these hyperlinks go back to App#1 to generate a new report. The problem is, when it tries to go back to App#1 it has a different / new session object.
Additionally, I am using 2 different versions of Websphere and they both behave differently. Version 3.5.4 keeps the same session, while version 3.5.5 creates a new session. I realize that it may be a Websphere problem but I'm just trying to narrow this down. thanks for your help.