how to retrieve javaScript variable into jsp (JSP forum at JavaRanch)
What you are doing here is extracting the request parameter and assigning it as an attribute of a session. After this, if you do either redirect or forward, the value should be available, though out the session and if you keep it in application scope, it ...