|
|
|
|
|
by awinograd
3669 days ago
|
|
I definitely agree with the premise that cookies are inherently insecure. With sessionStorage it's unclear to me if there's a clean way to send the secret with every http request. Does that mean binding to every link / button click event? Also you mentioned this, but disappearing on tab-close makes it less of a drop-in replacement for cookies since that breaks existing behavior. Interesting idea though! Enjoyed the read. |
|