Hi I have client context component, which takes emailid. On basis of this email its fetch the data from external system which initialize the session store.Below is my code for init.js.jsp :<% String leadAddress = properties.get("email", currentStyle.get("email",String.class)); log.info...