Warning: Table './jdarx_drupal/sessions' is marked as crashed and should be repaired query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '67663845150302b37142df83d338fad0' in /f2/jdarx/public/includes/database.mysql.inc on line 172

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 899

Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/bootstrap.inc on line 534
HTTP Authentication | wayland's Computer Stuff

HTTP Authentication

warning: Cannot modify header information - headers already sent by (output started at /f2/jdarx/public/includes/database.mysql.inc:172) in /f2/jdarx/public/includes/common.inc on line 141.

Poor software support for HTTP Authentication

This article summarises the bugs that plague HTTP Authentication. These have all been mentioned elsewhere in the series, but I've grouped them here by software.

Lack of Internationalisation in HTTP Authentication

Lack of internationalisation has caused problems in HTTP Authentication. This article discusses how to work around that.

Single sign-on for HTTP Authentication

This discusses using a single sign-on for multiple domains with HTTP Authentication

Inadequate Logout functionality in HTTP Authentication

This talks about solutions to the problem that HTTP Authentication provides inadequate logout facilities.

HTTP Authentication User Interface

Some have complained that HTTP Authentication has a poor user interface. This article addresses this.

HTTP Authentication: Solutions and Futures Introduction

There are various problems with HTTP authentication. In this series I discuss the various problems and their solutions.

Introduction

Many have cited problems with HTTP authentication (as opposed to session-based authentication, which has its own problems).

Problems often cited include:

Optional HTTP Authentication

Optional HTTP Authentication is possible. This article describes how.

Syndicate content