Hi..I am facing a problem while implementing the 'do not show me this again ' in jsp. The parent.jsp has the image which on click opens the popup.But this popup is not opened using window.open but jsut showed the division using submodal.js. So I set the status of the check box in the session of the popup and access teh session value in the parent.jsp As the parent page is not refreshed am not able to get the session value in the jsp.Please somebody help me in this