Domanda

I know one can easily create a "Remember me" option for cookie based authentication login systems. Is such a thing also possible for basic access HTTP authentication?

Usually, the credentials the browser caches are flushed once the browser is closed. Can they be preserved somehow?

È stato utile?

Soluzione

No, the only way is to let the user use the automatic remembering of credentials provided by the browser.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top