Spring security context using cookie
I need to use the cookies instead of httpsession with spring security. Does anyone has idea that this is possible? I开发者_开发知识库f it is so pleas send me some resource.
Exactly what i want to do is make a web application stateless.
thanks Rosh
http://sleeplessinslc.blogspot.com/2012/02/spring-security-stateless-cookie-based.html might get you started on what you want.
精彩评论