session객체.setAttribute("key값", session값);
session객체.getAttirbute("key값");
session객체.removeAttribute("key값");