▲ | thefreeman 2 days ago | |
Thats... basically what the guy did? He just put the sessionId in the form data instead of a cookie. | ||
▲ | devnull3 2 days ago | parent [-] | |
> He just put the sessionId in the form data instead of a cookie. This does not have the benefit of being usable across different tabs or even closing and re-opening the page. Besides, (a minor point) shoving all the state in the cookie makes code simple i.e. don't have use URL params. |