You can do it by setting the x[] in the session in thefirst jsp.session.setAttribute("myArray", x);andwhile in another jsp you can get it..Object[] x = (Object [])system.getAttribute("myArray");