HTML5 local and session storage

K4sh

Member
My question is simple.
Can Progress access browsers (HTML5 capable) localstorage and sessionstorage data ?
 

Cecil

19+ years progress programming and still learning.
Simple answer, Yes.

But I don't thing you are asking the quite the right question. Localstorage and Sessionstorage is all about the internet browser (the client). WebSpeed is all about server-side (the WebServer). The missing link is Javascript with a dash of good old JQuery.

What are you trying to do?
 

K4sh

Member
Hello Cecil,

The reason of this question is that, if i can acces them using speedscript i could avoid to post critical data from one html page to another.
So what is the syntax to do it ?
 
Top