request.setAttribute("Nombre", "Gonzalo"); response.sendRedirect("pagina.jsp");
String nombre = (String) request.getAttribute("Nombre");