Hello folks, i´m trying to create some session attributes in my web.xml, i know only <context-param> and for this one i need ContextServlet.getInitParameter( ), i´d like to use HttpSession.getAttribute( ). Is possible to define session attributes in web.xml?
Regards, Edson