Since session.getValue("name") has been deprecated, what method do I call instead?
Created May 7, 2012
Erik Runia Use session.getAttribute("name").toString() to accomplish the same thing as the deprecated getValue method.
Created May 7, 2012