We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How can I logout from the HTTP server. Is it possible??
How are you logging into your server.
I am login it by in-build eauth method, actually want to implement 'session-out' but I think there is no option for it.
According to HTTP specification of Basic Authentication, the way to log out is not defined.
You can use these Multi-User Interface APIs www.keil.com/.../group__ws__access__filtering__mui.html and follow this way: stackoverflow.com/.../how-to-log-out-user-from-web-site-using-basic-authentication to implement your own logout link.