I have a requirement by which I need to detect user authorization in the login screen itself. (refer to my Previous Question) I tried and searched for a cookie by name SPRING_SECURITY_REMEMBER_ME_COOKIE I found one and its value is hashed...
Is it possible for Login to make an ajax call to the server with the value of this cookie and authenticate the user ?