I am working in Java,Restful Web Services at Server side and Jsp,javascript at Client side
I want to know how Remember me
works
I have doing analysis so many sites and i am getting one thing is that they dont use Cookie for this purpose.
I am working in Java,Restful Web Services at Server side and Jsp,javascript at Client side
I want to know how Remember me
works
I have doing analysis so many sites and i am getting one thing is that they dont use Cookie for this purpose.
Remember Me works with Cookies. You dont need to use REST
for this.
Check this answer from Balcus to see how.