I'm using an action class that implements SessionAware and SerlvetResponseAware.
I'm trying to rewrite the response by using data that I have stored in the Session.
However, when I debug my action class it seems that setServletResponse() is called BEFORE setSession().
Is there another way to do this? Or am I trying to do something wrong?