1

hi all composite developers, I am new one in this platform my requirement is to get the logged in user details like name and id etc.. please tell me.

Sulaphen S
  • 13
  • 6

1 Answers1

1

Try to use methods of the Composite.C1Console.Security.UserValidationFacade class, like:

 UserValidationFacade.IsLoggedIn()
 UserValidationFacade.GetUsername()
Inna
  • 361
  • 1
  • 6