I am needing to check if one of two session vars are true or false. If one or both are true then run if both are false don't run. Rather simple I am just seeming to have issues. I just runs the logout routine when both are true.
If Not Session("studentLoggedIn") Or Session("adminLoggedIn") Then
Routines.LogOut()
End If
Aucun commentaire:
Enregistrer un commentaire