- Log in to post comments
User bio
404 bio not found
Member since Apr 13, 2016
Posts:
Replies:
Thank you Stefan, I will apply these changes.
- Log in to post comments
It worked.
Thanks.
- Log in to post comments
Certifications & Credly badges:
Alexandre has no Certifications & Credly badges yet.
Followers:
Alexandre has no followers yet.
Following:
Alexandre has not followed anybody yet.
Stefan, I changed my code and it worked, I used the HTML5 sessionStorage, but the value of my Stash variables in the template page deleted when I do refresh.
How do I keep the value in my stash variables?
SessionStorage:
sessionStorage.setItem('customUser',response.ObjUsuario.USRID);
var customUser = sessionStorage.getItem('customUser');
Stashing:
zenPage._ObjUsuario = response.ObjUsuario;
var ObjUsuario = zenPage._ObjUsuario
Thanks.