SessionManagerRemoveAuthenticatedUser Method |
Removes authenticated user from current sessions.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static void RemoveAuthenticatedUser(
string siteName,
int userId,
bool createTask
)
Parameters
- siteName
- Type: SystemString
Site name - userId
- Type: SystemInt32
User identifier - createTask
- Type: SystemBoolean
Indicates whether web farm task should be created
See Also