setItem(name, value) – set the value for a name
removeItem(name) – remove the name-value pair identified by name.
getItem(name) – get the value for a given name.
key(index) – get the name of the value in the given numeric position.
clear() – remove all values in the sessionStorage