why in "Add Action" don't you insert also the voice "Set Session Storage Variable"?
There is another fast way to set a session sorage variable?
thanks
why in "Add Action" don't you insert also the voice "Set Session Storage Variable"?
There is another fast way to set a session sorage variable?
thanks
Use Set Local Storage variable.
but I'd like to save a variable as session variable and not as local variable...just for one session
Use Run Custom JavaScript and use Session Storage: http://html5app.com/blog/?cat=43
yes I already use thanks, my thread was just an advice for a next version of Tiggzi to add another voice "Set Session Storage Variable" in "Add Action"
I guess we could add an option to the existing action which storage you want to use.
yes it will be better ![]()
Hello. I'd like to pick up on this thread and ask a question about sessionStorage.
I understand that I can set a "sessionStorage" variable using javascript
ie.
presessionStorage.setItem('{itemname}', '{value'})/pre
However, how can I then use a sessionStorage value to map to a Request, or to map from a Response in the service mapping UI in Appery?
Hello Bryce,
In mapping editor you can use 'add JS' fields for passing sessionStorage values.