1 <html> 2 <head><title>Access Session Storage</title></head> 3 <body> 4 <script> 5 var x = window.sessionStorage.length; 6 </script> 7 </body> 8 </html> 9