↧
Session Store
Hi, I am trying for sessions store in client context. In day.com they just gave pieces of code how to do it, but I didnt get anything. Please help me how to have session store in client Context....
View ArticleRe: Session Store
May be something like this to create store var storeName = "my-store"; var store = CQ_Analytics.StoreRegistry.getStore(storeName); if ( !store ) { store =...
View ArticleRe: Session Store
Hi Krishna, Adding new stores in client context is different between 5.4 and 5.5 & upper version. In 5.4 1. It manages all the stores under clickstreamcloud library. so if you access...
View Article