I already have old JSP project, but I want to take advantage of spring-session in particularly for SSO. I don't want to convert my old project to completely 'spring' version, because need so much effort to my team.
It's not hard to configure using java config and spring project. Can anybody give walkthrough to do this on my old JSP project?