| SessionManagerRemoveAuthenticatedUser Method | 
            Removes authenticated user from current sessions.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also