Does the session mechanism use cookies by default?
Created May 4, 2012
Jorge Jordão
According to the Servlet 2.2 Specification, "Session tracking through HTTP cookies is the most used session tracking mechanism and is required to be supported by all servlet containers", so it should be the default on all servers.