I am creating a project where I want to save the last level that the user reached so they can continue where they leave off the next time. I am wondering whether I should use cookies or web storage, and the reasons for using each one. For example, does one affect performance, is one commonly enabled/disabled, is one not supported by modern browsers, etc.
I am also interested in knowing whether there are other options besides these two that I could use instead, and what the advantages and disadvantages to those are.
Thank you!