Welcome Guest, Not a member yet? Register   Sign In
how to create a remeber me tickbox on sign in of user
#2

[eluser]InsiteFX[/eluser]
1) Add the checkbox to your form.
2) Check to see if the user has checked it.
3) If so generate a random hash code and save it to the users database record.
4) Create and write out a cookie called rememberme with the hash code value.
5) Check to see if they have the cookie when they come back to your web site.
6) Get the cookie.
7) If they do have the cookie use the hash code to find the record in the database.
8) Auto log the user in.


Messages In This Thread
how to create a remeber me tickbox on sign in of user - by El Forum - 07-18-2012, 10:46 PM
how to create a remeber me tickbox on sign in of user - by El Forum - 07-19-2012, 01:25 AM
how to create a remeber me tickbox on sign in of user - by El Forum - 07-23-2012, 11:55 PM
how to create a remeber me tickbox on sign in of user - by El Forum - 07-24-2012, 12:18 AM
how to create a remeber me tickbox on sign in of user - by El Forum - 07-24-2012, 01:49 AM
how to create a remeber me tickbox on sign in of user - by El Forum - 07-24-2012, 02:36 AM
how to create a remeber me tickbox on sign in of user - by El Forum - 07-24-2012, 02:57 AM
how to create a remeber me tickbox on sign in of user - by El Forum - 07-24-2012, 03:05 AM
how to create a remeber me tickbox on sign in of user - by El Forum - 07-24-2012, 03:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB