diff --git a/litellm/proxy/management_helpers/ui_session_handler.py b/litellm/proxy/management_helpers/ui_session_handler.py index 47e81b40e1..6afe158c33 100644 --- a/litellm/proxy/management_helpers/ui_session_handler.py +++ b/litellm/proxy/management_helpers/ui_session_handler.py @@ -13,7 +13,6 @@ class UISessionHandler: key=UISessionHandler._generate_token_name(), value=jwt_token, secure=True, - httponly=True, samesite="strict", ) return redirect_response