I have an abstract controller support class for searches and result lists:
@Controller @SessionAttributes(\"query\") public abstract class SearchController&l
I just tried this on Spring 3.0.2 and the session attributes are not shared between controllers. In fact I was looking for the opposite effect and that's how I found out.