If sensible authentication were used...
If sensible authentication were used...
Posted May 27, 2010 13:57 UTC (Thu) by niner (guest, #26151)In reply to: If sensible authentication were used... by epa
Parent article: Redirecting browser tabs via "tabnabbing"
Well HTTP authentication might be nice if it didn't have a serious drawback: it's just not possible to end a session. Mozilla used to be the only browser that I know of that ever had a logout button for HTTP authentication. It was removed in Firefox to simplify the user interface. You can still add it for example as part of the web developer extensions, but no normal user would have that.
Also it's not possible to end a session from the server side, since the browser is sending valid credentials with every request. It's just a NO GO from a security perspective.