mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-393: Add session invalidation hooks to UserContext.
This commit is contained in:
		| @@ -252,6 +252,10 @@ public class GuacamoleSession { | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         // Invalidate all user contextx | ||||
|         for (UserContext userContext : userContexts) | ||||
|             userContext.invalidate(); | ||||
|  | ||||
|         // Invalidate the authenticated user object | ||||
|         authenticatedUser.invalidate(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user