Greetings, I have created a custom membership provider to make it possible to authenticate users on my application. How can i retrieve current user id in controller? I need this to get some data from database for this user like this:
PersistanceManger.RepositoryUser.GetInformation(userROWGUID);