Home  >  Article  >  Backend Development  >  How to display the username and password on the login page after the user logs out?

How to display the username and password on the login page after the user logs out?

WBOY
WBOYOriginal
2016-12-01 01:27:592543browse

When I logged in, I used the user information saved in the session. After logging out, the session was destroyed. So how do I display the user name and password when logging out?
How to display the username and password on the login page after the user logs out?

Reply content:

When I logged in, I used the user information saved in the session. After logging out, the session was destroyed. So how do I display the user name and password when logging out?
How to display the username and password on the login page after the user logs out?

cookie,localStroage

This should be the browser’s function of saving the current website password

How to display the username and password on the login page after the user logs out?

Click Never and it will not be saved

If you have saved it, you can clear it using the key button above

This is your password saved by the browser. You can unsave it in the browser settings

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn