Archive for the 'Javascript' Category

Cookieless Authentication – Client side

In my previous posts I have given an update about the REST based authentication I am still working on; basically I am trying to have a two level of logout mechanism: one at the server side and the other at the client side. The server side to assure the authentication mechanism and the client side […]

Cookieless authentication (part 2)

Present So now I have change my requirements, a true logout mechanism must have some conditions and priorities (personal opinion): Accessibility Cross Platform Header Based Authentication, no cookies Independent of the authentication mechanism

Cookieless authentication (part 1)

Some time ago last year I wrote an article (link) describing a mechanism to achieve a logout when using apache authentication. Some time has passed and I think I should give it an update.