I am interested in using the Scaffold Spring Security Wizard with MyEclipse 2016. Found that my session is lost/invalidated when using Spring Security 3.2.5 (and Spring 4.1) for my project.
Issue occurs with my project and also with the MyEclipse tutorial project CustomersApp. If Spring Security 3.1 (and Spring 3.1) are selected in the Scaffold wizards, the login/session work fine. However, if I select newer versions of Spring Security 3.2.5 (and Spring 4.1), the application security does not function correctly.
I am prompted for a login, but then lose my session ID when returning to the dashboard. Still digging in to the differences when selecting different versions of the Spring libraries, but so far unable to determine why my session is not retained after login. It appears the MyEclipse Scaffold Spring Security wizard is not working correctly with the later version of Spring Security.