Table of Contents

ClearForProject

Methods
public static void ClearForProject(string projectId)

Clear all locally cached data for all guest accounts in a given Project that used the the old login system in coherence 1.3.0 and older.

Cached data includes the Username, GuestPassword (if the last user was logged in as a guest), and SessionToken for the user.

ID of the project. Can be retrieved via RuntimeSettings.Instance.ProjectID.
Parameters
Type Name Description
string projectId
See Also