Implementing remember me with token and series across multiple devices
问题 I am attempting to implement a "remember me" utility using the system outlined here: Improved persistent login cookie However there is an issue with the logic here for me and was wondering if anyone can clear this up for me. A user is given a session ID. This a randomly generated string and is persistent over the lifetime of the user's account. A user is given a token ID. This is a randomly generated string and is recreated every time the user successfully logs in. Both of these values are