Hacker News new | ask | show | jobs
by hueving 4138 days ago
You can carry the session ID in the URL. This also has the benefit of eliminating XSRF. The downside is that you have a horrendous URL if that type if thing bothers you, and you can't have a "remember me" check box in your login.
3 comments

This approach has some massive downsides - the session ID is sent via Referer to outbound links, URLs are logged all over the place (including browser histories), it's easy for people to publicly share it without thinking which then ends up in Google as well...
Partying like it's LITERALLY 1999...
That's a horrible suggestion, it's not 1999 anymore…