Exemplo n.º 1
0
 public static int GetRoleIDFromSession()
 {
     return(GetInt(SessionEncryption.GetValueFromSession(SessionItemKey.RoleID)));
 }
Exemplo n.º 2
0
 public static string GetUserNameFromSession()
 {
     return(SessionEncryption.GetValueFromSession(SessionItemKey.UserName));
 }
Exemplo n.º 3
0
 public static string GetEamilAddressFromSession()
 {
     return(SessionEncryption.GetValueFromSession(SessionItemKey.EmailAddress));
 }
Exemplo n.º 4
0
 public static long GetUserIdFromSession()
 {
     return(GetLong(SessionEncryption.GetValueFromSession(SessionItemKey.UserId)));
 }