Hi, I am trying to manually logout my user session for the current user. Some of the main functions i used in the past are deprecated. And i cant seem to cast a String input to UUID to retrieve the proper session: private UUID Me = (UUID) SessionID; ISession mesession = Core.getSessionById(Me); Core.logout(mesession); Any help will be appreciated.
asked
Ramli Somers
1 answers
4
Ramli,
To get the UUID from a string use this method for java.util: