Description
Create new servlet session upon login. In 2.1, the guest session is continued when the user authenticates, which is a valid use-case such as an e-commerce portal which allows users to delay their login but still create a shopping cart before logging in, and then carrying over the session state to the logged user. This enhancement will make the "creation of new session event" configurable in the Spring configuration. The default behavior will still be to not create a new session.