sessoin mgt b/w action and interceptor in struts2

24 Views Asked by At

my application using tomcat7.x with struts 2.x and we are not able to get the same session (using ActionInvocation) in interceptor (which extends AbstractInterceptor) and action class (extends ActionSupport implements SessionAware, ServletRequestAware, ServletResponseAware) but same code is executing fine on tomcat 6.x

0

There are 0 best solutions below