java - How to persist session in firefox when calling another servlet in the parent window -
i using window.open("servleturl","_parent","") in code call servlet downloading file; using session object containing set of dto in servlet.
but when using window.open("servleturl","_parent","") session attributes getting destroyed in firefox not in ie8 .
does have solution how make work in firefox?
Comments
Post a Comment