I want to generate a unique SessionId every time when the user Login. I have read various articles and found the below line useful
var sessionId = OperationContext.Current.SessionId;
But still I am getting null in SessionId.
Please give me some useful way.