<html> <head><title>Access Session Storage</title></head> <body> <script> var x = window.sessionStorage.length; </script> </body> </html>