Koozali.org: home of the SME Server

server-manager logout button v/5.6

Offline spider_01

  • *
  • 6
  • +0/-0
server-manager logout button v/5.6
« on: September 07, 2004, 07:54:11 AM »
Is it possible to add a logout button or script to the server-manager and the user-manager? I am still running 5.6 and I really don't to upgrade yet. The only way I can break the connection now is to close my browser down. It seems really strange that there isn't one there by default.
Steve

RavenIV

server-manager logout button v/5.6
« Reply #1 on: September 08, 2004, 02:26:12 AM »
in my opinion there is no need for a logout-buton.
you are loged out automatic if you close the connection.

cheers
klaus

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: server-manager logout button v/5.6
« Reply #2 on: September 30, 2004, 04:10:01 PM »
Quote from: "spider_01"
Is it possible to add a logout button or script to the server-manager and the user-manager?


It's not possible, without changing the authentication scheme used by the manager. HTTP basic authentication doesn't allow the server to tell the browser to forget the credentials it is using. The only way for the browser to lose them is for the browser to be shut down.

To have what you'd want the manager would need to have session based authentication, and that's a non-trivial change.