How Can I create session in Spring REST, Using Spring boot? I have ready application with REST APIs, now I just need to apply session in it. I have seen two ways for Spring REST and Spring Boot
http://docs.spring.io/spring-session/docs/current/reference/html5/guides/rest.html
and http://docs.spring.io/spring-session/docs/current/reference/html5/guides/boot.html#boot-sample
So, I am using both then do I need to combine both ways? pls help