What is the sessionStorage Object in html5 ? How to create and access ?
5747
20-Oct-2012
AVADHESH PATEL
20-Oct-2012<script type="text/javascript">
sessionStorage.name="PCDS";
document.write(sessionStorage.name);
</script>