5 ms·
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 p
by bluepuma77 2y 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.
- Moru 2y agoThat is just cookies. What GP was suggesting was a history trail, not a session id.