Ask HN: How authentication works at HN?
I checked the cookies using dev tools. There is a cookie called user whose value is <myusername>&[YYYY]
Here `YYYY` is a different token. Can anyone explain what is going on with all these tokens and why are they all different?
PS: Inspired by http://blog.watchandcode.com/2016/03/17/the-single-piece-of-javascript-on-hacker-news/