Opening new window problem
Hi,
I have a problem in my application when opening new window by clicking on the button ( window.open('http://....') ). After new window opens, "parent" window becomes dead - all session variables are lost and as a result it throws user to the login screen (default page).
I noticed that URLs in both windows have the same CFIDs and different JSession IDs.
Does anybody know how to handle this problem, another words how to make new window open with new CFID?
I am not sure if this is the reason, but cannot imagine anything else.
Thank you in advance,
LKhodab.
