I need to use cookies instead of httpsession with spring security, that is for using cookies for stateless authentication. I have implemented a cookie based SecurityContextRepository. But I have some...