Im currently reading Spring in Action 3rd edition, and have been experimenting with Spring MVC. Everything works well, until i tried to \'port\' my example webapp to a state
Make sure to have all the JSPs use
<%@page session="false" %>
else a session will be created as soon as a JSP is executed.