+ 2

I have question......

In any browser, when login a form using email and password.... after submitting it says save password. How does it work, since post method hide the data's and can't bookmark the page. Next time when trying to login it automatically gives the data. how?pls explain...

18th May 2019, 3:30 PM
Avijit Bakshi
Avijit Bakshi - avatar
5 odpowiedzi
+ 7
The browser itself securely saves them, it doesn't have anything to do with code. The next time you visit the same form, the browser inputs the saved values as if they were written by the user. The data is hidden partially in POST methods.
18th May 2019, 4:11 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 6
They are secure enough. You remove them by clearing browsing history etc...
19th May 2019, 1:18 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
So data's are securely saved in the browser and won't get shared to anyone.
18th May 2019, 4:13 PM
Avijit Bakshi
Avijit Bakshi - avatar
+ 2
And in the later how save data can be removed from browser?
18th May 2019, 4:28 PM
Avijit Bakshi
Avijit Bakshi - avatar
+ 2
Thanks
19th May 2019, 1:21 PM
Avijit Bakshi
Avijit Bakshi - avatar