0
kicks
SessionStorage data in browser using html5
HTML5 enabled browsers support client side data storage per session. The blog describes how the javascript API can be used to implement session based temporary storage. This is client side session storage and will be available until the browser is closed.