mardi 21 février 2023

Logout User function using c#

public void Logout()

{

    // Remove the current user from the session

    UserSession.CurrentUser = null;

}

 

Aucun commentaire:

Enregistrer un commentaire