|
|
|
|
|
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. |
|