I want to implement a "remember me feature" on my website using a component such as a radio button or a combobox etc. I have a login mysql database system on my website. I want to give the user the alternative of not having to login each time he visits my website by clicking on the "remember me feature" He will only logout by clicking on the logout button. Is there a way to do this? I know it must be complex.
Thanks in advance