Conversation

Replying to and
Even having only a counter for each account is essentially giving up on doing it client-side. What if the database has to be rolled back to a backup? Do you rotate the key and invalidate client-side state entirely? It's a problematic approach overall, I think. Not a fan.
1
1
Show replies
For the Twitter site, as an example: Settings → Security and account access → Apps and sessions → Sessions If simply simply signed a user id + date pair with a key, they couldn't provide this. This tends to be where sites start going wrong. Next is a shopping cart, etc...
1