i want that when the user checks the "remember me" option, the value (say true) will be stored in a cookie and when the user again try to login he won't be asked his username or password.
According to me when the user goes on to the login page the page will retreive the remember me value, if it is true password will be requested from the server. BUT HOW?