Hi,
MY
JSP page has a link and clicking on it opens a pop-up window using window.open(). The contents in the pop-up window is generated dynamically based on the values in arraylist. This arraylist is in turn stored in session. The issue here is, the call to window.open() takes a new session and all the session variables are lost.
Can somebody help me out in opening the pop-up in the same session as the main window. Any help would be highly appreciated.
Thanks in advance.
Regards,
Srini