Click or drag to resize
SessionManagerRemoveAuthenticatedUser Method
Removes authenticated user from current sessions.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
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