Tagged Questions
1
vote
3answers
445 views
Is there an alternative to SPContext.Current.Web.CurrentUser?
I have found that SPContext.Current.Web.CurrentUser is really unreliable. One out of ten requests that object comes back as null.
Is there an alternative to SPContext.Current.Web.CurrentUser?
Has ...