Hi,

Just a few question.

Is it the correct way to implement session management using filters?
I'm rather new to structs and i would like to know is there any good sites
or tutorials i can refer on writing filters?

http://marc.theaimsgroup.com/?l=struts-user&m=110624445418289&w=2

Im looking at this thread

and can someone explain

<filter-mapping>
  <filter-name>SessionExpireFilter</filter-name>
  <url-pattern>*.jsp</url-pattern>
</filter-mapping>

what does the url-pattern do?

and in the codes
filterChain.doFilter(request, response);
what does this actually do?

Thanks

Reply via email to