Bear Bibeault wrote:Please read ⇒ TellTheDetails
For example, one really important fact you left out is how you are formatting the URL.
<% response.sendRedirect("/Sccui/display.jsp"); %>
//valuein the session is put in the one.jsp and trying to access this value from three.jsp when redirect happens from two.jsp using following code snippet
<% session.getValue("userID");%>