Hi,
I have a question regarding public void notifyNewSession(java.lang.String user, java.lang.String session, java.util.Map clientContext) of MetsdataProviderAdapter class. Where does the data of clientContext come from? Also is clientContext cached in memory and accessable later by Metadata Adapter or Data Adapter? If yes, how?

Thanks

Eric