Hacker News new | ask | show | jobs
by bluepuma77 506 days ago
Sounds like the early days of the web, when cookies weren’t widely used.

User sessions were created with a URL query parameter, like `?sessionid=`, and every page would pick up the sessionid and include it in every link on the page.

1 comments

That is just cookies. What GP was suggesting was a history trail, not a session id.