문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top