Forum Discussion

saideepak's avatar
saideepak
Contributor
6 years ago

User cache/Cookie

i am looking to use User cache (set some value) in page init script and access that value in component by using user cache. Is it possible to do that? <page init script>  usercache.put("ksd", "1");...