beryllw commented on PR #6258:
URL: https://github.com/apache/kyuubi/pull/6258#issuecomment-2044461179

   > seems a explicitly logout button is required, otherwise user can not 
switch login user
   
   
   
https://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic-authentication
   
   > What you have to do is have the user click a logout link, and send a ‘401 
Unauthorized’ in response, using the same realm and at the same URL folder 
level as the normal 401 you send requesting a login.
   
   Simple implementation is that when the user clicks the logout button, the 
server returns 401.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to