Click here to Skip to main content
15,895,777 members
Articles / Web Development / HTML5

HTML5 Web Storage in Essence

Rate me:
Please Sign up or sign in to vote.
4.90/5 (55 votes)
15 Apr 2012CPOL11 min read 183K   1.3K   83  
Web Storage is a brand new mechanism of storing HTTP state data, which was introduced in HTML5 to replace cookie. I delve deep into its client store mechanism and advantages compare to cookie, at the mean time I describe how JavaScript can manipulate it and also how browsers store localStorage.

Revisions


  

Compare Revision Minor Date Status Editor
15 - publicly available No 15-Apr-12 22:30 Available Wayne Ye
14 No 15-Apr-12 21:11 Available Wayne Ye
13 No 2-Mar-11 22:15 Available Deeksha Shenoy
8 No 27-Feb-11 22:43 Composing
7 No 27-Feb-11 22:42 Composing
6 No 27-Feb-11 21:15 Composing
2 No 27-Feb-11 18:13 Composing
1 No 27-Feb-11 18:02 Composing

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) SAP Labs Shanghai
China China
Wayne is a software developer, Tech Lead and also a geek. He has more than 6 years' experience in Web development(server: ASP.NET (MVC), Web Service, IIS; Client: HTML/CSS/JavaScript/jQuery/AJAX), Windows development (Winform, Windows Service, WPF/Silverlight, Win32 API and WMI) and SQL Server. Deep understanding of GOF Design Patterns, S.O.L.i.D principle, MVC, MVVM, Domain Driven Design, SOA, REST and AOP.

Wayne's Geek Life http://WayneYe.com

Infinite passion on programming!

Comments and Discussions