读书人

Struts2 Session 施用和安全

发布时间: 2012-07-23 09:42:19 作者: rapoo

Struts2 Session 使用和安全

When your Action class needs to access the HTTP session object implement the SessionAware interface and override the setSession method.

ps:实现 SessionAware 的 setSession 方法得到 session,但是这里的session是Map型的,struts2框架会做Map 和HttpSession之间的转换。

 

读书人网 >开源软件

热点推荐