Cookie token authentication login method
问题 There is a method that is using cookies to login users and i don't know it's name. It's setting a unique token to the cookie each time a user logs in. The token is visible and it is set in 1 cookie. There is also a second cookie, which is having a hash in it. Based on these 2 cookies we have: the login system is more secure, because each 5 minutes its making a new token and changes the hash value this authentication system doesn't require the script to verify users in database each page load.