Hi All,I have a requirement to show the content, based on user's
type/category. So, I'm planning to go with cookie approach and achieve
this. But, can someone help me on the approach which I'm gong to follow
and correct me if something will not works here!1) My application has
login option. so, when user logged in I will set a cookie whether the
user category is A, B or C. (CookieName=UserCategory &
CookieValue=categoryA/B/C).2) Once the cookie has been set and I will
trigger the mbox/At.js and ...