session.getValue() ,session.putValue()
是老版本的,在新版本中也可以用
session.setAttribute(),session.getAttribute()
是新版本中的