Hello Gita ,
At ME 6.1 you can get site and user ID for current logged in user at Servlet class from CommonMethods class:
String site = CommonMethods.getSite();
String userId = CommonMethods.getUserId();
Regards,
Oksana
Hello Gita ,
At ME 6.1 you can get site and user ID for current logged in user at Servlet class from CommonMethods class:
String site = CommonMethods.getSite();
String userId = CommonMethods.getUserId();
Regards,
Oksana