You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We defined and signedout session in finally block from EventListener Activate method, But it is always reporting from cloud manger Session should be logged out in finally block. @activate
public void activate(ComponentContext context) throws CustomActivationException {
Session adminSession=null;
We defined and signedout session in finally block from EventListener Activate method, But it is always reporting from cloud manger Session should be logged out in finally block.
@activate
public void activate(ComponentContext context) throws CustomActivationException {
Session adminSession=null;
Please help for logout the adminSession in finally block from cloudmanager report.
Thanks
The text was updated successfully, but these errors were encountered: