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

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
public static void RemoveAuthenticatedUser(
	string siteName,
	int userId,
	bool createTask
)

Parameters

siteName
Type: System.String
Site name
userId
Type: System.Int32
User identifier
createTask
Type: System.Boolean
Indicates whether web farm task should be created
See Also