J
jcochran
I need to be able to logout users that are logged in if I change their
membership role information.
Membership.UpdateUser(CurrentUser)
If CurrentUser.IsOnline Then
' NEED CODE HERE TO LOGOUT THE USE I JUST UPDATED....
End If
FormsAuthentication.SignOut will not work in this instance because this
will ofcourse log ME out.
~ Jason
membership role information.
Membership.UpdateUser(CurrentUser)
If CurrentUser.IsOnline Then
' NEED CODE HERE TO LOGOUT THE USE I JUST UPDATED....
End If
FormsAuthentication.SignOut will not work in this instance because this
will ofcourse log ME out.
~ Jason