Hello,everybody!
The problem is that:
I want to add/refresh a cookie to response after processed ervery page, so
I put a
servlet filter in the web.xml, the web.xml looks like that:
and the SSOFilter.java is below:
But there is no cookie in the Browser after refresh the page. Howerver, these codes work well in other web applications.
why is it? and what should I do to add a cookie after the *.page processing.
Thanks.
[originally posted on jforum.net by aaron]