摘要:
设置session的方法:session.setAttribute("变量名","变量值");获取session的方法:session.getAttribute("变量名");必须先setsetAttribute才能有getAttribute!!!session.romoveAttribute()的作用,就是删除属性!例如:session.romoveAttribute("lao bai"); //把session中"lao bai"这个属性(及其值)删除session.invalidata() 阅读全文
posted @ 2011-12-13 20:46
中国聚龙
阅读(660)
评论(0)
推荐(0)
浙公网安备 33010602011771号