Tag: SessionAware Interface
Example on Struts 2 SessionAware Interface
by  Java4s | 17 Comments
  [ Ask Question ]
Let us see concept behind this SessionAware interface in struts 2.x, we need to implement our Action class from SessionAware interface in order to get HTTP Session behavior into our Action class. If we implement from SessionAware interface we…